summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-15 12:03:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-15 12:03:02 +0000
commit05c5bce78cfda088beb1d76b5fe7a780c8b4fa6e (patch)
treecd76940a6e0432a1fbb3e00cdaed396f3425ac1a /cppuhelper/source/propshlp.cxx
parent22f1ec8c5303b25f1fe7e88153ad8a9ad9febff3 (diff)
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.7-1.7.6.1) -> OOO_STABLE_HEAD
Diffstat (limited to 'cppuhelper/source/propshlp.cxx')
-rw-r--r--cppuhelper/source/propshlp.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 2a01375e8af6..982e0750a69f 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propshlp.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2002-01-18 17:23:30 $
+ * last change: $Author: hr $ $Date: 2002-08-15 13:03:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,12 @@ int SAL_CALL compare_OUString_Property_Impl( const void *arg1, const void *arg2
/**
* The class which implements the PropertySetInfo interface.
*/
+
+#if defined(MACOSX)
+// Initialize static template data here to break circular reference to libstatic
+ClassData1 WeakImplHelper1< ::com::sun::star::beans::XPropertySetInfo >::s_aCD(1);
+#endif
+
class OPropertySetHelperInfo_Impl
: public WeakImplHelper1< ::com::sun::star::beans::XPropertySetInfo >
{