[Libreoffice-commits] core.git: desktop/source
Tor Lillqvist
tml at collabora.com
Thu Dec 26 10:38:23 PST 2013
desktop/source/app/officeipcthread.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 7cde57180a21868dcd2f955d74c463c54d777089
Author: Tor Lillqvist <tml at collabora.com>
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";
More information about the Libreoffice-commits
mailing list