[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 5 09:31:20 UTC 2016
desktop/source/app/officeipcthread.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a61b9a87029dd23cdb5ca588f69a669d9689a11a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 5 11:30:29 2016 +0200
Remove whitespace randomly inserted
...with 221144f9c995fe30adf577c02f756b3123fb2550 "tdf#91794 OSL_DEBUG_LEVEL > 1
removed (desktop)"
Change-Id: Ief7193bb5cb10e633744b545bca9416ffa37c20e
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index f46d903..a972602 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;
}
}
More information about the Libreoffice-commits
mailing list