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 | e88326f9152d1051d424562c2f67c2b603bf7bcc (patch) | |
tree | 046267dff5ae43d419eea49d8a09043169a2900c /registry | |
parent | 59aaf518841c756d7e4211e2fda9a6f16ce6b0b6 (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 d1a98eb05..8fc8c4f72 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 }; |