summaryrefslogtreecommitdiff
path: root/registry/source/registry.cxx
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-04-23 13:32:53 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-04-23 13:32:53 +0000
commit684a8d74e028bdfc3cb3e48cd8fcbafe864c1b99 (patch)
tree6d025c22d275d2c4e447df8b5676244422c09a8c /registry/source/registry.cxx
parent376e3c98c7a2d3b792669cf65a2a79adf440a06a (diff)
join from OOO_STABLE_1, MacOSX fixes
Diffstat (limited to 'registry/source/registry.cxx')
-rw-r--r--registry/source/registry.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index 11e6222e86a2..a891216527e6 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registry.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2002-02-21 10:51:12 $
+ * last change: $Author: mh $ $Date: 2002-04-23 14:30:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,10 @@ using namespace salhelper;
ORealDynamicLoader* ODynamicLoader<Registry_Api>::m_pLoader = NULL;
#endif
+#if defined(MACOSX)
+ORealDynamicLoader* ODynamicLoader<Registry_Api>::m_pStaticLoader = NULL;
+#endif
+
OString getTempName()
{
static OUString TMP(RTL_CONSTASCII_USTRINGPARAM("TMP"));