diff options
author | sb <sb@openoffice.org> | 2009-10-08 15:48:40 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-10-08 15:48:40 +0200 |
commit | fbbcf92cfa59679c47840060c3298f1672e8c924 (patch) | |
tree | 4e467f5d6c78885bde9f7fddc656c71458f6695d /basic/source | |
parent | b40b23365703a76c629717eea648cea17c9041b2 (diff) |
#i101955# some minor clean up
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/app/app.cxx | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 4743b8c0ddca..ba9d263b0707 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -194,41 +194,6 @@ BOOL IsTTSignatureForUnicodeTextfile( String aLine ) BasicApp aBasicApp; // Application instance -static const char * const components[] = -{ - SAL_MODULENAME( "ucb1" ) // KSO, ABI - , SAL_MODULENAME( "ucpfile1" ) - , "configmgr2.uno" SAL_DLLEXTENSION - , "sax.uno" SAL_DLLEXTENSION - , "stocservices.uno" SAL_DLLEXTENSION - , SAL_MODULENAME( "fileacc" ) - , SAL_MODULENAME( "mcnttype" ) // Clipboard Ask Oliver Braun - , "i18npool.uno" SAL_DLLEXTENSION - // Reading of files in specific encodings like UTF-8 using - // createUnoService( "com.sun.star.io.TextInputStream" ) and such - , "textinstream.uno" SAL_DLLEXTENSION - , "textoutstream.uno" SAL_DLLEXTENSION - , "introspection.uno" SAL_DLLEXTENSION - , "reflection.uno" SAL_DLLEXTENSION - // RemoteUno - , "connector.uno" SAL_DLLEXTENSION - , "bridgefac.uno" SAL_DLLEXTENSION - , "remotebridge.uno" SAL_DLLEXTENSION -#ifdef SAL_UNX -#ifdef QUARTZ - , SVLIBRARY( "dtransaqua" ) // Mac OS X Aqua uses a dedicated libdtransaqua -#else - , SVLIBRARY( "dtransX11" ) // OBR -#endif -#endif -#ifdef SAL_W32 - , SAL_MODULENAME( "sysdtrans" ) - , SAL_MODULENAME( "ftransl" ) - , SAL_MODULENAME( "dnd" ) -#endif - , 0 -}; - uno::Reference< XContentProviderManager > InitializeUCB( void ) { uno::Reference< XMultiServiceFactory > xSMgr; |