summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-05 11:30:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-05 11:30:29 +0200
commita61b9a87029dd23cdb5ca588f69a669d9689a11a (patch)
treec81755ccdc5c0e09cac62b819d94ad2f08484cf0 /desktop
parenttdf#84695 sw: make TextBox in shape accessible without mouse (diff)
downloadcore-a61b9a87029dd23cdb5ca588f69a669d9689a11a.tar.gz
core-a61b9a87029dd23cdb5ca588f69a669d9689a11a.zip
Remove whitespace randomly inserted
...with 221144f9c995fe30adf577c02f756b3123fb2550 "tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)" Change-Id: Ief7193bb5cb10e633744b545bca9416ffa37c20e
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/officeipcthread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index f46d90370002..a972602e45f6 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -1202,7 +1202,7 @@ void PipeIpcThread::execute()
PROCESSING_DONE, SAL_N_ELEMENTS(PROCESSING_DONE));
// incl. terminating NUL
if (n != SAL_N_ELEMENTS(PROCESSING_DONE)) {
- SAL_WARN("desktop" , "short write: " << n);
+ SAL_WARN("desktop", "short write: " << n);
continue;
}
}