summaryrefslogtreecommitdiffstats
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-09-20 10:18:12 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-21 09:28:39 +0200
commitbe6a8677a6ddb6387272a78406ec2149c4319f3d (patch)
tree0e6be3608de08f831f596a5c2dc5a3590d4a62c6 /unotools
parentchange font name in Thai fall-back font lists in VCL.xcu (diff)
downloadcore-be6a8677a6ddb6387272a78406ec2149c4319f3d.tar.gz
core-be6a8677a6ddb6387272a78406ec2149c4319f3d.zip
OSL_TRACE: Remove trailing newlines
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index 64555b2de877..aa0d1b4996a7 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -448,7 +448,7 @@ OUString getExecutableBaseName()
sExecutable = sExecutable.copy(0,nExtIndex);
}
else
- OSL_TRACE("Cannot get executable name: osl_getExecutableFile failed\n");
+ OSL_TRACE("Cannot get executable name: osl_getExecutableFile failed");
return sExecutable;
}