diff options
author | maho <maho@FreeBSD.org> | 2007-01-23 14:43:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-23 14:43:33 +0800 |
commit | dc5e46addfa9ebc40a733ae602ff353321216b96 (patch) | |
tree | 566f68a98cd145a501466c2b30a1dfbfa4e6f001 /editors/openoffice.org-2-devel/files | |
parent | df7ca464c00ce7ffef3ef12886b7e5e356e424a7 (diff) | |
download | freebsd-ports-graphics-dc5e46addfa9ebc40a733ae602ff353321216b96.tar.gz freebsd-ports-graphics-dc5e46addfa9ebc40a733ae602ff353321216b96.tar.zst freebsd-ports-graphics-dc5e46addfa9ebc40a733ae602ff353321216b96.zip |
Update to SRC680_m200.
The 200th milestone, congratulations!
Diffstat (limited to 'editors/openoffice.org-2-devel/files')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i72903 | 16 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i73179 | 16 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i73295 | 22 |
3 files changed, 0 insertions, 54 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i72903 b/editors/openoffice.org-2-devel/files/patch-i72903 deleted file mode 100644 index 6f4785d5f39..00000000000 --- a/editors/openoffice.org-2-devel/files/patch-i72903 +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 5e66ddcce65..00000000000 --- a/editors/openoffice.org-2-devel/files/patch-i73179 +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index b6fa187023c..00000000000 --- a/editors/openoffice.org-2-devel/files/patch-i73295 +++ /dev/null @@ -1,22 +0,0 @@ -? 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 ); - } |