INTEGRATION: CWS sb71 (1.11.18); FILE MERGED

2007/06/22 09:35:04 sb 1.11.18.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
This commit is contained in:
Vladimir Glazounov 2007-10-15 11:31:52 +00:00
parent 00e704450e
commit e78dba3ba5

View File

@ -4,9 +4,9 @@
*
* $RCSfile: typemanager.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: obo $ $Date: 2006-09-17 03:35:18 $
* last change: $Author: vg $ $Date: 2007-10-15 12:31:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -140,8 +140,7 @@ sal_Bool RegistryTypeManager::init(
StringVector::const_iterator iter = regFiles.begin();
RegistryLoader loader;
Registry tmpReg(loader);
Registry tmpReg;
while (iter != regFiles.end())
{
if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY))