summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/source/reflread.cxx8
-rw-r--r--registry/source/reflwrit.cxx8
-rw-r--r--registry/source/registry.cxx8
3 files changed, 18 insertions, 6 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index d4118c4c09fc..01206211e92b 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reflread.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2001-05-30 15:08:16 $
+ * 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
@@ -89,6 +89,10 @@ const sal_uInt16 majorVersion = 0x0001;
ORealDynamicLoader* ODynamicLoader<RegistryTypeReader_Api>::m_pLoader = NULL;
#endif
+#if defined(MACOSX)
+ORealDynamicLoader* ODynamicLoader<RegistryTypeReader_Api>::m_pStaticLoader = NULL;
+#endif
+
/**************************************************************************
class BlopObject
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index 4ca28df955a5..08658f4d5875 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reflwrit.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-14 09:36:00 $
+ * 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
@@ -90,6 +90,10 @@ static sal_Unicode NULL_WSTRING[1] = { 0 };
ORealDynamicLoader* ODynamicLoader<RegistryTypeWriter_Api>::m_pLoader = NULL;
#endif
+#if defined(MACOSX)
+ORealDynamicLoader* ODynamicLoader<RegistryTypeWriter_Api>::m_pStaticLoader = NULL;
+#endif
+
#define BLOP_OFFSET_MAGIC 0
#define BLOP_OFFSET_SIZE (BLOP_OFFSET_MAGIC + sizeof(sal_uInt32))
#define BLOP_OFFSET_MINOR (BLOP_OFFSET_SIZE + sizeof(sal_uInt32))
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"));