diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2000-10-13 09:47:26 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2000-10-13 09:47:26 +0000 |
commit | 1998be9d269d98ec32a995bb1076bb96793c9339 (patch) | |
tree | 485427f994ad79782ec79f4cfdb28b1ca314e363 /cpputools | |
parent | e9270fd8b051d412146e82ed9ca55ab130814087 (diff) |
name of iiopbrdg-dll changed to remotebridge
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 4f5e4aca1844..455097d5727d 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoexe.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:14:43 $ + * last change: $Author: jbu $ $Date: 2000-10-13 10:47:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -372,7 +372,7 @@ void createInstance( Reference< T > & rxOut, xMgr, Reference< XRegistryKey >() ) ) ); // iiop bridge xSet->insert( makeAny( loadLibComponentFactory( - OUString( RTL_CONSTASCII_USTRINGPARAM("iiopbrdg") ), + OUString( RTL_CONSTASCII_USTRINGPARAM("remotebridge") ), OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.remotebridges.Bridge.various") ), xMgr, Reference< XRegistryKey >() ) ) ); // bridge factory |