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
commitd28e92dd478672f9c1adf53b9a80fc3f013c5ac5 (patch)
tree56d4196c368dc764236181c9fb7840e20d7973dc /registry/source/registry.cxx
parente62809600d21162dd610e0d2bcf8f9b2bd60f220 (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 599db0232..49eaac2e9 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"));