desktop/source/app/officeipcthread.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 7cde57180a21868dcd2f955d74c463c54d777089 Author: Tor Lillqvist <[email protected]> Date: Thu Dec 26 20:35:21 2013 +0200 WaE: unused variable 'ARGUMENT_PREFIX' Change-Id: I88b8a66ccc4da951e92cce0e4b5d66dcff8bf477 diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index ee4a779..a805ddf 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -55,10 +55,9 @@ const int OfficeIPCThread::sc_nShSeqLength = 5; namespace { -static char const ARGUMENT_PREFIX[] = "InternalIPC::Arguments"; - #if HAVE_FEATURE_DESKTOP +static char const ARGUMENT_PREFIX[] = "InternalIPC::Arguments"; static char const SEND_ARGUMENTS[] = "InternalIPC::SendArguments"; static char const PROCESSING_DONE[] = "InternalIPC::ProcessingDone"; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
