aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files/patch-stoc+source+servicemanager+servicemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1-devel/files/patch-stoc+source+servicemanager+servicemanager.cxx')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-stoc+source+servicemanager+servicemanager.cxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-stoc+source+servicemanager+servicemanager.cxx b/editors/openoffice-1.1-devel/files/patch-stoc+source+servicemanager+servicemanager.cxx
deleted file mode 100644
index 4aef0d4ff05e..000000000000
--- a/editors/openoffice-1.1-devel/files/patch-stoc+source+servicemanager+servicemanager.cxx
+++ /dev/null
@@ -1,34 +0,0 @@
---- ../stoc/source/servicemanager/servicemanager.cxx Wed Mar 12 17:57:10 2003
-+++ ../stoc/source/servicemanager/servicemanager.cxx Wed Mar 12 18:51:36 2003
-@@ -2,9 +2,9 @@
- *
- * $RCSfile: servicemanager.cxx,v $
- *
-- * $Revision: 1.19.2.1 $
-+ * $Revision: 1.19.2.1.16.1 $
- *
-- * last change: $Author: rt $ $Date: 2003/01/28 17:21:31 $
-+ * last change: $Author: dbo $ $Date: 2003/03/10 15:14:02 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
-@@ -686,6 +686,7 @@
-
- protected:
- inline void check_undisposed() const SAL_THROW( (lang::DisposedException) );
-+ virtual void SAL_CALL disposing();
-
- sal_Bool haveFactoryWithThisImplementation(const OUString& aImplName);
-
-@@ -1081,7 +1082,10 @@
- if (rBHelper.bDisposed || rBHelper.bInDispose)
- return;
- t_OServiceManager_impl::dispose();
--
-+}
-+
-+void OServiceManager::disposing()
-+{
- // dispose all factories
- HashSet_Ref aImpls;
- {