summaryrefslogtreecommitdiff
path: root/tools/source/stream/stream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/stream.cxx')
-rw-r--r--tools/source/stream/stream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index d30c5e0bf125..87716e28096c 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -105,7 +105,7 @@ inline static void SwapDouble( double& r )
{
if( sizeof(double) != 8 )
{
- SAL_WARN( "tools.stream", "Can only swap 8-Byte-doubles\n" );
+ SAL_WARN( "tools.stream", "Can only swap 8-Byte-doubles" );
}
else
{