summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-23 15:55:18 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-23 15:55:18 +0000
commit87217b61407189cef3d1932fe6981d76acc8d378 (patch)
tree67460715f56170f15b4e51f0d0d05e359c3fc2c2 /basic
parent63c2e27d72e0d5e10bf2456c835c529c78956351 (diff)
INTEGRATION: CWS uno2 (1.45.6); FILE MERGED
2003/04/14 14:01:17 kso 1.45.6.2: RESYNC: (1.45-1.46); FILE MERGED 2003/04/08 09:46:58 dbo 1.45.6.1: #107991# UNO shared library component renaming
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/app.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index 627434d40576..562d6f49e051 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 17:17:12 $
+ * last change: $Author: rt $ $Date: 2003-04-23 16:55:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -291,22 +291,22 @@ static const char * const components[] =
SAL_MODULENAME( "ucb1" ) // KSO, ABI
, SAL_MODULENAME( "ucpfile1" )
, SAL_MODULENAME( "cfgmgr2" )
- , SAL_MODULENAME( "sax" )
- , SAL_MODULENAME( "tcv" )
+ , "sax.uno" SAL_DLLEXTENSION
+ , "typeconverter.uno" SAL_DLLEXTENSION
, SAL_MODULENAME( "fileacc" )
, SAL_MODULENAME( "mcnttype" ) //Clipboard Ask Oliver Braun
, SVLIBRARY( "i18n" )
, SVLIBRARY( "i18npool" )
// Reading of files in specific encodings like UTF-8 using
// createUnoService( "com.sun.star.io.TextInputStream" ) and such
- , SAL_MODULENAME( "tinstrm" )
- , SAL_MODULENAME( "toutstrm" )
- , SAL_MODULENAME( "insp" )
- , SAL_MODULENAME( "corefl" )
+ , "textinstream.uno" SAL_DLLEXTENSION
+ , "textoutstream.uno" SAL_DLLEXTENSION
+ , "introspection.uno" SAL_DLLEXTENSION
+ , "corereflection.uno" SAL_DLLEXTENSION
// RemoteUno
- , SAL_MODULENAME( "connectr" )
- , SAL_MODULENAME( "brdgfctr" )
- , SAL_MODULENAME( "remotebridge" )
+ , "connector.uno" SAL_DLLEXTENSION
+ , "bridgefac.uno" SAL_DLLEXTENSION
+ , "remotebridge.uno" SAL_DLLEXTENSION
#ifdef SAL_UNX
, SVLIBRARY( "dtransX11" ) // OBR
#endif