diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 55f6c64ff1db..d03bce0f1abe 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -52,8 +52,6 @@ using namespace ::com::sun::star::frame; namespace { -#if HAVE_FEATURE_DESKTOP || defined(ANDROID) - static char const ARGUMENT_PREFIX[] = "InternalIPC::Arguments"; static char const SEND_ARGUMENTS[] = "InternalIPC::SendArguments"; static char const PROCESSING_DONE[] = "InternalIPC::ProcessingDone"; @@ -82,8 +80,6 @@ OString readStringFromPipe(osl::StreamPipe & pipe) { } } -#endif - } // Type of pipe we use @@ -99,8 +95,6 @@ namespace desktop namespace { -#if HAVE_FEATURE_DESKTOP || defined(ANDROID) - class Parser: public CommandLineArgs::Supplier { public: explicit Parser(OString const & input): m_input(input) { @@ -236,8 +230,6 @@ bool addArgument(OStringBuffer &rArguments, char prefix, return true; } -#endif - } rtl::Reference< RequestHandler > RequestHandler::pGlobal; @@ -641,7 +633,6 @@ void RequestHandler::WaitForReady() void PipeReaderThread::execute() { -#if HAVE_FEATURE_DESKTOP do { osl::StreamPipe aStreamPipe; @@ -915,7 +906,6 @@ void PipeReaderThread::execute() salhelper::Thread::wait( tval ); } } while( schedule() ); -#endif } static void AddToDispatchList( |