[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Mon Mar 21 16:12:12 UTC 2016
desktop/source/app/officeipcthread.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 0630544a1a7f435ff3fec7075d19d352b5ed5b90
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Mar 21 17:11:40 2016 +0100
No need to wrap SAL_WARN in #if
Change-Id: I31cef28308acf86aec7e2bbd00ab49019fa73891
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 1e02113..9eb4544 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -747,9 +747,7 @@ void OfficeIPCThread::execute()
}
catch ( const CommandLineArgs::Supplier::Exception & )
{
-#if (OSL_DEBUG_LEVEL > 0) || defined DBG_UTIL
SAL_WARN("desktop.app", "Error in received command line arguments");
-#endif
continue;
}
@@ -966,9 +964,7 @@ void OfficeIPCThread::execute()
}
}
-#if (OSL_DEBUG_LEVEL > 0) || defined DBG_UTIL
SAL_WARN( "desktop.app", "Error on accept: " << (int)nError);
-#endif
TimeValue tval;
tval.Seconds = 1;
tval.Nanosec = 0;
More information about the Libreoffice-commits
mailing list