diff options
author | maho <maho@FreeBSD.org> | 2007-01-10 15:53:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-10 15:53:34 +0800 |
commit | acabd8bf88a595c87f8a0508ab2a6139d28d95ce (patch) | |
tree | e391da85d42c0fb13fe2876cff52bfe25a103eb1 /editors | |
parent | d33ab17dd617e729f92e5a7135f8d24a91383f89 (diff) | |
download | freebsd-ports-gnome-acabd8bf88a595c87f8a0508ab2a6139d28d95ce.tar.gz freebsd-ports-gnome-acabd8bf88a595c87f8a0508ab2a6139d28d95ce.tar.zst freebsd-ports-gnome-acabd8bf88a595c87f8a0508ab2a6139d28d95ce.zip |
Update to SRC680_m199.
Diffstat (limited to 'editors')
20 files changed, 240 insertions, 24 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 7ba73de1b522..bbfa7859ec18 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -70,7 +70,7 @@ GCC_TARGET= x86_64-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDAMDEnv.Set .else GCC_TARGET= ${ARCH}-portbld-freebsd${OSREL} -FREEBSD_ENV_SET= FreeBSDIntelEnv.Set +FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif .if ${PERL_LEVEL} < 500600 @@ -78,10 +78,10 @@ IGNORE= install lang/perl5.8 then try again .endif CODELINE= 680 -MILESTONE?= 198 +MILESTONE?= 199 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20070103 +SNAPDATE= 20070109 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo index 1f9b2fb6cfb0..1790325c13e8 100644 --- a/editors/openoffice-3-devel/distinfo +++ b/editors/openoffice-3-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = bc64098b73585ac9b36a80a1106b2555 -SHA256 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 4b9bdb882205b912e49b49dcb861daa0e0e68284049d7a9307620f56e41a96af -SIZE (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 264165482 +MD5 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 3776c187a90bdcd1545272e72cc4c0d4 +SHA256 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = cb0d33e07597e6e89db7cf3fc72da91c5eb771ee070e435a5e7035c1b297db09 +SIZE (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 263860886 MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org2.0/unowinreg.dll) = 6144 diff --git a/editors/openoffice-3-devel/files/patch-i72903 b/editors/openoffice-3-devel/files/patch-i72903 new file mode 100644 index 000000000000..6f4785d5f392 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i72903 @@ -0,0 +1,16 @@ +Index: toolkit/inc/toolkit/awt/xthrobber.hxx +=================================================================== +RCS file: /cvs/gsl/toolkit/inc/toolkit/awt/xthrobber.hxx,v +retrieving revision 1.2 +diff -u -r1.2 xthrobber.hxx +--- toolkit/inc/toolkit/awt/xthrobber.hxx 20 Dec 2006 13:51:06 -0000 1.2 ++++ toolkit/inc/toolkit/awt/xthrobber.hxx 23 Dec 2006 01:36:26 -0000 +@@ -68,7 +68,7 @@ + { + private: + Throbber_Impl *mpThrobber; +- void SAL_CALL XThrobber::InitImageList() throw(::com::sun::star::uno::RuntimeException); ++ void SAL_CALL InitImageList() throw(::com::sun::star::uno::RuntimeException); + + public: + XThrobber(); diff --git a/editors/openoffice-3-devel/files/patch-i73179 b/editors/openoffice-3-devel/files/patch-i73179 new file mode 100644 index 000000000000..5e66ddcce659 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i73179 @@ -0,0 +1,16 @@ +Index: desktop/source/deployment/manager/dp_manager.h +=================================================================== +RCS file: /cvs/framework/desktop/source/deployment/manager/dp_manager.h,v +retrieving revision 1.9 +diff -u -p -r1.9 dp_manager.h +--- desktop/source/deployment/manager/dp_manager.h 20 Dec 2006 14:28:11 -0000 1.9 ++++ desktop/source/deployment/manager/dp_manager.h 5 Jan 2007 19:54:44 -0000 +@@ -96,7 +96,7 @@ class PackageManagerImpl : private ::dp_ + css::uno::Reference<css::ucb::XCommandEnvironment> const & + wrappedCmdEnv ); + +- bool PackageManagerImpl::checkInstall( ++ bool checkInstall( + ::rtl::OUString const & title, + css::uno::Reference<css::deployment::XPackage> const & package, + css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv); diff --git a/editors/openoffice-3-devel/files/patch-i73295 b/editors/openoffice-3-devel/files/patch-i73295 new file mode 100644 index 000000000000..b6fa187023cd --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i73295 @@ -0,0 +1,22 @@ +? basctl/unxfbsdx.pro +Index: basctl/source/inc/localizationmgr.hxx +=================================================================== +RCS file: /cvs/script/basctl/source/inc/localizationmgr.hxx,v +retrieving revision 1.2 +diff -u -r1.2 localizationmgr.hxx +--- basctl/source/inc/localizationmgr.hxx 2 Jan 2007 15:52:27 -0000 1.2 ++++ basctl/source/inc/localizationmgr.hxx 10 Jan 2007 05:14:09 -0000 +@@ -70,11 +70,11 @@ + ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > + xStringResourceManager, HandleResourceMode eMode ); + +- void LocalizationMgr::enableResourceForAllLibraryDialogs( void ) ++ void enableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( SET_IDS ); + } +- void LocalizationMgr::disableResourceForAllLibraryDialogs( void ) ++ void disableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( RESET_IDS ); + } diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 7ba73de1b522..bbfa7859ec18 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -70,7 +70,7 @@ GCC_TARGET= x86_64-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDAMDEnv.Set .else GCC_TARGET= ${ARCH}-portbld-freebsd${OSREL} -FREEBSD_ENV_SET= FreeBSDIntelEnv.Set +FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif .if ${PERL_LEVEL} < 500600 @@ -78,10 +78,10 @@ IGNORE= install lang/perl5.8 then try again .endif CODELINE= 680 -MILESTONE?= 198 +MILESTONE?= 199 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20070103 +SNAPDATE= 20070109 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice.org-2-devel/distinfo b/editors/openoffice.org-2-devel/distinfo index 1f9b2fb6cfb0..1790325c13e8 100644 --- a/editors/openoffice.org-2-devel/distinfo +++ b/editors/openoffice.org-2-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = bc64098b73585ac9b36a80a1106b2555 -SHA256 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 4b9bdb882205b912e49b49dcb861daa0e0e68284049d7a9307620f56e41a96af -SIZE (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 264165482 +MD5 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 3776c187a90bdcd1545272e72cc4c0d4 +SHA256 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = cb0d33e07597e6e89db7cf3fc72da91c5eb771ee070e435a5e7035c1b297db09 +SIZE (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 263860886 MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org2.0/unowinreg.dll) = 6144 diff --git a/editors/openoffice.org-2-devel/files/patch-i72903 b/editors/openoffice.org-2-devel/files/patch-i72903 new file mode 100644 index 000000000000..6f4785d5f392 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i72903 @@ -0,0 +1,16 @@ +Index: toolkit/inc/toolkit/awt/xthrobber.hxx +=================================================================== +RCS file: /cvs/gsl/toolkit/inc/toolkit/awt/xthrobber.hxx,v +retrieving revision 1.2 +diff -u -r1.2 xthrobber.hxx +--- toolkit/inc/toolkit/awt/xthrobber.hxx 20 Dec 2006 13:51:06 -0000 1.2 ++++ toolkit/inc/toolkit/awt/xthrobber.hxx 23 Dec 2006 01:36:26 -0000 +@@ -68,7 +68,7 @@ + { + private: + Throbber_Impl *mpThrobber; +- void SAL_CALL XThrobber::InitImageList() throw(::com::sun::star::uno::RuntimeException); ++ void SAL_CALL InitImageList() throw(::com::sun::star::uno::RuntimeException); + + public: + XThrobber(); diff --git a/editors/openoffice.org-2-devel/files/patch-i73179 b/editors/openoffice.org-2-devel/files/patch-i73179 new file mode 100644 index 000000000000..5e66ddcce659 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i73179 @@ -0,0 +1,16 @@ +Index: desktop/source/deployment/manager/dp_manager.h +=================================================================== +RCS file: /cvs/framework/desktop/source/deployment/manager/dp_manager.h,v +retrieving revision 1.9 +diff -u -p -r1.9 dp_manager.h +--- desktop/source/deployment/manager/dp_manager.h 20 Dec 2006 14:28:11 -0000 1.9 ++++ desktop/source/deployment/manager/dp_manager.h 5 Jan 2007 19:54:44 -0000 +@@ -96,7 +96,7 @@ class PackageManagerImpl : private ::dp_ + css::uno::Reference<css::ucb::XCommandEnvironment> const & + wrappedCmdEnv ); + +- bool PackageManagerImpl::checkInstall( ++ bool checkInstall( + ::rtl::OUString const & title, + css::uno::Reference<css::deployment::XPackage> const & package, + css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv); diff --git a/editors/openoffice.org-2-devel/files/patch-i73295 b/editors/openoffice.org-2-devel/files/patch-i73295 new file mode 100644 index 000000000000..b6fa187023cd --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i73295 @@ -0,0 +1,22 @@ +? basctl/unxfbsdx.pro +Index: basctl/source/inc/localizationmgr.hxx +=================================================================== +RCS file: /cvs/script/basctl/source/inc/localizationmgr.hxx,v +retrieving revision 1.2 +diff -u -r1.2 localizationmgr.hxx +--- basctl/source/inc/localizationmgr.hxx 2 Jan 2007 15:52:27 -0000 1.2 ++++ basctl/source/inc/localizationmgr.hxx 10 Jan 2007 05:14:09 -0000 +@@ -70,11 +70,11 @@ + ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > + xStringResourceManager, HandleResourceMode eMode ); + +- void LocalizationMgr::enableResourceForAllLibraryDialogs( void ) ++ void enableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( SET_IDS ); + } +- void LocalizationMgr::disableResourceForAllLibraryDialogs( void ) ++ void disableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( RESET_IDS ); + } diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 7ba73de1b522..bbfa7859ec18 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -70,7 +70,7 @@ GCC_TARGET= x86_64-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDAMDEnv.Set .else GCC_TARGET= ${ARCH}-portbld-freebsd${OSREL} -FREEBSD_ENV_SET= FreeBSDIntelEnv.Set +FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif .if ${PERL_LEVEL} < 500600 @@ -78,10 +78,10 @@ IGNORE= install lang/perl5.8 then try again .endif CODELINE= 680 -MILESTONE?= 198 +MILESTONE?= 199 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20070103 +SNAPDATE= 20070109 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice.org-3-devel/distinfo b/editors/openoffice.org-3-devel/distinfo index 1f9b2fb6cfb0..1790325c13e8 100644 --- a/editors/openoffice.org-3-devel/distinfo +++ b/editors/openoffice.org-3-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = bc64098b73585ac9b36a80a1106b2555 -SHA256 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 4b9bdb882205b912e49b49dcb861daa0e0e68284049d7a9307620f56e41a96af -SIZE (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 264165482 +MD5 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 3776c187a90bdcd1545272e72cc4c0d4 +SHA256 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = cb0d33e07597e6e89db7cf3fc72da91c5eb771ee070e435a5e7035c1b297db09 +SIZE (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 263860886 MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org2.0/unowinreg.dll) = 6144 diff --git a/editors/openoffice.org-3-devel/files/patch-i72903 b/editors/openoffice.org-3-devel/files/patch-i72903 new file mode 100644 index 000000000000..6f4785d5f392 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i72903 @@ -0,0 +1,16 @@ +Index: toolkit/inc/toolkit/awt/xthrobber.hxx +=================================================================== +RCS file: /cvs/gsl/toolkit/inc/toolkit/awt/xthrobber.hxx,v +retrieving revision 1.2 +diff -u -r1.2 xthrobber.hxx +--- toolkit/inc/toolkit/awt/xthrobber.hxx 20 Dec 2006 13:51:06 -0000 1.2 ++++ toolkit/inc/toolkit/awt/xthrobber.hxx 23 Dec 2006 01:36:26 -0000 +@@ -68,7 +68,7 @@ + { + private: + Throbber_Impl *mpThrobber; +- void SAL_CALL XThrobber::InitImageList() throw(::com::sun::star::uno::RuntimeException); ++ void SAL_CALL InitImageList() throw(::com::sun::star::uno::RuntimeException); + + public: + XThrobber(); diff --git a/editors/openoffice.org-3-devel/files/patch-i73179 b/editors/openoffice.org-3-devel/files/patch-i73179 new file mode 100644 index 000000000000..5e66ddcce659 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i73179 @@ -0,0 +1,16 @@ +Index: desktop/source/deployment/manager/dp_manager.h +=================================================================== +RCS file: /cvs/framework/desktop/source/deployment/manager/dp_manager.h,v +retrieving revision 1.9 +diff -u -p -r1.9 dp_manager.h +--- desktop/source/deployment/manager/dp_manager.h 20 Dec 2006 14:28:11 -0000 1.9 ++++ desktop/source/deployment/manager/dp_manager.h 5 Jan 2007 19:54:44 -0000 +@@ -96,7 +96,7 @@ class PackageManagerImpl : private ::dp_ + css::uno::Reference<css::ucb::XCommandEnvironment> const & + wrappedCmdEnv ); + +- bool PackageManagerImpl::checkInstall( ++ bool checkInstall( + ::rtl::OUString const & title, + css::uno::Reference<css::deployment::XPackage> const & package, + css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv); diff --git a/editors/openoffice.org-3-devel/files/patch-i73295 b/editors/openoffice.org-3-devel/files/patch-i73295 new file mode 100644 index 000000000000..b6fa187023cd --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i73295 @@ -0,0 +1,22 @@ +? basctl/unxfbsdx.pro +Index: basctl/source/inc/localizationmgr.hxx +=================================================================== +RCS file: /cvs/script/basctl/source/inc/localizationmgr.hxx,v +retrieving revision 1.2 +diff -u -r1.2 localizationmgr.hxx +--- basctl/source/inc/localizationmgr.hxx 2 Jan 2007 15:52:27 -0000 1.2 ++++ basctl/source/inc/localizationmgr.hxx 10 Jan 2007 05:14:09 -0000 +@@ -70,11 +70,11 @@ + ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > + xStringResourceManager, HandleResourceMode eMode ); + +- void LocalizationMgr::enableResourceForAllLibraryDialogs( void ) ++ void enableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( SET_IDS ); + } +- void LocalizationMgr::disableResourceForAllLibraryDialogs( void ) ++ void disableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( RESET_IDS ); + } diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 7ba73de1b522..bbfa7859ec18 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -70,7 +70,7 @@ GCC_TARGET= x86_64-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDAMDEnv.Set .else GCC_TARGET= ${ARCH}-portbld-freebsd${OSREL} -FREEBSD_ENV_SET= FreeBSDIntelEnv.Set +FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif .if ${PERL_LEVEL} < 500600 @@ -78,10 +78,10 @@ IGNORE= install lang/perl5.8 then try again .endif CODELINE= 680 -MILESTONE?= 198 +MILESTONE?= 199 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20070103 +SNAPDATE= 20070109 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice.org-vcltesttool/distinfo b/editors/openoffice.org-vcltesttool/distinfo index 1f9b2fb6cfb0..1790325c13e8 100644 --- a/editors/openoffice.org-vcltesttool/distinfo +++ b/editors/openoffice.org-vcltesttool/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = bc64098b73585ac9b36a80a1106b2555 -SHA256 (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 4b9bdb882205b912e49b49dcb861daa0e0e68284049d7a9307620f56e41a96af -SIZE (openoffice.org2.0/OOo_SRC680_m198_source.tar.bz2) = 264165482 +MD5 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 3776c187a90bdcd1545272e72cc4c0d4 +SHA256 (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = cb0d33e07597e6e89db7cf3fc72da91c5eb771ee070e435a5e7035c1b297db09 +SIZE (openoffice.org2.0/OOo_SRC680_m199_source.tar.bz2) = 263860886 MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org2.0/unowinreg.dll) = 6144 diff --git a/editors/openoffice.org-vcltesttool/files/patch-i72903 b/editors/openoffice.org-vcltesttool/files/patch-i72903 new file mode 100644 index 000000000000..6f4785d5f392 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i72903 @@ -0,0 +1,16 @@ +Index: toolkit/inc/toolkit/awt/xthrobber.hxx +=================================================================== +RCS file: /cvs/gsl/toolkit/inc/toolkit/awt/xthrobber.hxx,v +retrieving revision 1.2 +diff -u -r1.2 xthrobber.hxx +--- toolkit/inc/toolkit/awt/xthrobber.hxx 20 Dec 2006 13:51:06 -0000 1.2 ++++ toolkit/inc/toolkit/awt/xthrobber.hxx 23 Dec 2006 01:36:26 -0000 +@@ -68,7 +68,7 @@ + { + private: + Throbber_Impl *mpThrobber; +- void SAL_CALL XThrobber::InitImageList() throw(::com::sun::star::uno::RuntimeException); ++ void SAL_CALL InitImageList() throw(::com::sun::star::uno::RuntimeException); + + public: + XThrobber(); diff --git a/editors/openoffice.org-vcltesttool/files/patch-i73179 b/editors/openoffice.org-vcltesttool/files/patch-i73179 new file mode 100644 index 000000000000..5e66ddcce659 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i73179 @@ -0,0 +1,16 @@ +Index: desktop/source/deployment/manager/dp_manager.h +=================================================================== +RCS file: /cvs/framework/desktop/source/deployment/manager/dp_manager.h,v +retrieving revision 1.9 +diff -u -p -r1.9 dp_manager.h +--- desktop/source/deployment/manager/dp_manager.h 20 Dec 2006 14:28:11 -0000 1.9 ++++ desktop/source/deployment/manager/dp_manager.h 5 Jan 2007 19:54:44 -0000 +@@ -96,7 +96,7 @@ class PackageManagerImpl : private ::dp_ + css::uno::Reference<css::ucb::XCommandEnvironment> const & + wrappedCmdEnv ); + +- bool PackageManagerImpl::checkInstall( ++ bool checkInstall( + ::rtl::OUString const & title, + css::uno::Reference<css::deployment::XPackage> const & package, + css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv); diff --git a/editors/openoffice.org-vcltesttool/files/patch-i73295 b/editors/openoffice.org-vcltesttool/files/patch-i73295 new file mode 100644 index 000000000000..b6fa187023cd --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i73295 @@ -0,0 +1,22 @@ +? basctl/unxfbsdx.pro +Index: basctl/source/inc/localizationmgr.hxx +=================================================================== +RCS file: /cvs/script/basctl/source/inc/localizationmgr.hxx,v +retrieving revision 1.2 +diff -u -r1.2 localizationmgr.hxx +--- basctl/source/inc/localizationmgr.hxx 2 Jan 2007 15:52:27 -0000 1.2 ++++ basctl/source/inc/localizationmgr.hxx 10 Jan 2007 05:14:09 -0000 +@@ -70,11 +70,11 @@ + ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > + xStringResourceManager, HandleResourceMode eMode ); + +- void LocalizationMgr::enableResourceForAllLibraryDialogs( void ) ++ void enableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( SET_IDS ); + } +- void LocalizationMgr::disableResourceForAllLibraryDialogs( void ) ++ void disableResourceForAllLibraryDialogs( void ) + { + implEnableDisableResourceForAllLibraryDialogs( RESET_IDS ); + } |