diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-15 11:26:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-15 11:26:49 +0000 |
commit | 118cc3399ce1ca48e61abbb5969b6b6d3d97a0c3 (patch) | |
tree | 2e64935a6be28214089b22b42aa2eeaf62c693ff /cppuhelper | |
parent | be6494e48c42e6b4170d8e85cfcb3fd13276f031 (diff) |
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.15-1.15.12.1) -> HEAD
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/factory.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index 3171b7f7a..88e12365a 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: factory.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dbo $ $Date: 2001-10-15 13:37:05 $ + * last change: $Author: hr $ $Date: 2002-08-15 12:26:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -881,6 +881,10 @@ sal_Bool SAL_CALL ORegistryFactoryHelper::releaseOnNotification() throw(::com::s //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- +#if defined(MACOSX) +// Initialize static template data here to break circular reference to libstatic +ClassData3 WeakImplHelper3< XServiceInfo, XSingleServiceFactory, XUnloadingPreference >::s_aCD(3); +#endif class OFactoryProxyHelper : public WeakImplHelper3< XServiceInfo, XSingleServiceFactory, XUnloadingPreference > |