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 | 68bf51f973dbdeca1e953c108e9d534ebc47f92d (patch) | |
tree | f76dabf60dfe81c68b7adbae08eb9f90ca6feded /cpputools | |
parent | 017aec4f27811173830bc447b51f80beb365eb4a (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 c3eb35c3c..8182f46e1 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 |