diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-11-01 13:58:42 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-11-01 13:58:42 +0000 |
commit | 655952dc3b45e0a9ace146a717cc6b4b56650a9e (patch) | |
tree | 9770b9ab33503813d9d3060ed5901b30739bb5d1 /desktop/source | |
parent | 8bcab6dcd1652d20932fb5939ce7d35fa8e73174 (diff) |
#102708# Remove BUILD_SOSL and source code restructuring
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 4d6af4eb3927..83bfad93b851 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: officeipcthread.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: cd $ $Date: 2002-10-24 15:38:37 $ + * last change: $Author: cd $ $Date: 2002-11-01 14:58:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,6 @@ using namespace vos; using namespace rtl; -using namespace desktop; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::frame; @@ -114,6 +113,9 @@ using namespace ::com::sun::star::frame; #define SHOW_LENGTH 5 */ +namespace desktop +{ + // Type of pipe we use enum PipeMode { @@ -127,11 +129,6 @@ enum PipeMode String GetURL_Impl( const String& rName ); -extern desktop::CommandLineArgs* GetCommandLineArgs(); - -namespace desktop -{ - const char *OfficeIPCThread::sc_aTerminationSequence = "InternalIPC::TerminateThread"; const int OfficeIPCThread::sc_nTSeqLength = 28; const char *OfficeIPCThread::sc_aShowSequence = "-show"; @@ -746,7 +743,7 @@ void SAL_CALL OfficeIPCThread::run() String aEmpty; CommandLineArgs aCmdLineArgs( OUString( aArguments.GetBuffer(), aArguments.Len(), gsl_getSystemTextEncoding() )); - CommandLineArgs* pCurrentCmdLineArgs = GetCommandLineArgs(); + CommandLineArgs* pCurrentCmdLineArgs = Desktop::GetCommandLineArgs(); if ( aCmdLineArgs.IsQuickstart() ) { |