diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-21 17:11:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-21 17:11:40 +0100 |
commit | 0630544a1a7f435ff3fec7075d19d352b5ed5b90 (patch) | |
tree | 18d65cff61c8fb6bd8141d1f24428e4a5981e2a5 /desktop/source/app | |
parent | ed9af64644daad7abe6c839b02a89f5c2ef2ae80 (diff) |
No need to wrap SAL_WARN in #if
Change-Id: I31cef28308acf86aec7e2bbd00ab49019fa73891
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 1e0211307daa..9eb45448d560 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; |