diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:27:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:27:50 +0000 |
commit | 632df174930be1dcf9a66e7d577efbfe0f6f47df (patch) | |
tree | 6cfac91dd2aa346ec6513797500e84c4f568624f /registry | |
parent | 5ada91af905e0aa9ba79a679f34f658c828066a8 (diff) |
INTEGRATION: CWS sb71 (1.17.20); FILE MERGED
2007/08/23 17:02:07 sb 1.17.20.2: RESYNC: (1.17-1.18); FILE MERGED
2007/06/22 09:34:22 sb 1.17.20.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/reflread.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index b3239e7f6e79..ba2b102f55b8 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -4,9 +4,9 @@ * * $RCSfile: reflread.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2007-07-31 14:02:48 $ + * last change: $Author: vg $ $Date: 2007-10-15 12:27:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,8 +58,6 @@ #include <cstddef> -using namespace salhelper; - static sal_Char NULL_STRING[1] = { 0 }; static sal_Unicode NULL_WSTRING[1] = { 0 }; |