From 2119d2d32e4abfc68e28b9ab967a285af0c1dd53 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 15 Oct 2007 11:45:24 +0000 Subject: INTEGRATION: CWS sb71 (1.8.18); FILE MERGED 2007/10/04 07:14:33 sb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/22 09:35:31 sb 1.8.18.1: #i75466# Support for dynamic loading of the reg shared library has been dropped. --- rdbmaker/source/rdbmaker/rdbmaker.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rdbmaker') diff --git a/rdbmaker/source/rdbmaker/rdbmaker.cxx b/rdbmaker/source/rdbmaker/rdbmaker.cxx index eadb9f481d1c..1bb0b6987687 100644 --- a/rdbmaker/source/rdbmaker/rdbmaker.cxx +++ b/rdbmaker/source/rdbmaker/rdbmaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rdbmaker.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2007-09-20 15:03:55 $ + * last change: $Author: vg $ $Date: 2007-10-15 12:45:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,8 +76,7 @@ using namespace osl; FileStream listFile; RegistryKey rootKey; -RegistryLoader loader; -Registry regFile(loader); +Registry regFile; sal_Bool useSpecial; TypeManager* pTypeMgr = NULL; StringList dirEntries; -- cgit