summaryrefslogtreecommitdiff
path: root/idlc/source/idlcproduce.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:44:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:44:28 +0000
commit929516d46819286691eeb4c043ebb36a7f364a79 (patch)
tree424a52217afb5d06f2b2e9af0da9204db3af8fbd /idlc/source/idlcproduce.cxx
parentc66385c9c993b9a9dd664faf1a0d84604724d5ce (diff)
INTEGRATION: CWS sb71 (1.13.26); FILE MERGED
2007/10/02 09:48:49 sb 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2007/06/22 09:34:45 sb 1.13.26.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
Diffstat (limited to 'idlc/source/idlcproduce.cxx')
-rw-r--r--idlc/source/idlcproduce.cxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx
index fb223198beae..62652291a103 100644
--- a/idlc/source/idlcproduce.cxx
+++ b/idlc/source/idlcproduce.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: idlcproduce.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2007-09-20 15:01:32 $
+ * last change: $Author: vg $ $Date: 2007-10-15 12:44:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -162,18 +162,7 @@ sal_Int32 SAL_CALL produceFile(const OString& regFileName)
return 1;
}
- RegistryLoader regLoader;
-
- if ( !regLoader.isLoaded() )
- {
- fprintf(stderr, "%s: could not load registry dll.\n",
- pOptions->getProgramName().getStr());
- removeIfExists(regFileName);
- cleanPath();
- return 1;
- }
-
- Registry regFile(regLoader);
+ Registry regFile;
removeIfExists(regTmpName);
OString urlRegTmpName = convertToFileUrl(regTmpName);