summaryrefslogtreecommitdiff
path: root/registry/source/reflwrit.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:48:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:48:01 +0000
commit72494cf53b6e631c099ec34a4d4fb6974ea3da5b (patch)
tree64365f2a7aa193ad44c06de1859a68434d46c914 /registry/source/reflwrit.cxx
parenta6f2796030cc81c02a7d4307f8b9760a2b98f21e (diff)
INTEGRATION: CWS os2port01 (1.12.12); FILE MERGED
2007/07/18 07:17:15 obr 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 15:03:32 ydario 1.12.12.1: OS/2 initial import.
Diffstat (limited to 'registry/source/reflwrit.cxx')
-rw-r--r--registry/source/reflwrit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index 4ac7cd32f14c..6196130fcc6a 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: reflwrit.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:53:18 $
+ * last change: $Author: vg $ $Date: 2007-09-20 14:48:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ inline rtl::OString toByteString(rtl_uString const * str) {
static sal_Unicode NULL_WSTRING[1] = { 0 };
-#if defined ( GCC ) && ( defined ( SCO ) || defined ( OS2 ) )
+#if defined ( GCC ) && ( defined ( SCO ) )
ORealDynamicLoader* ODynamicLoader<RegistryTypeWriter_Api>::m_pLoader = NULL;
#endif