summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-17 15:24:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-17 15:24:58 +0100
commit07d4f5d9e3b40025aaee12bb309317b2d267fbdc (patch)
treebcbbd6ce0eccf30c3aafef9fa471e2965727dffa
parent833a0853b36238d04a6d72460130f5fc67c4e463 (diff)
loplugin:stringconcat
Change-Id: I72bfe53ba1b8162e34561cdc96c4313861042050
-rw-r--r--vcl/source/fontsubset/sft.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 8e9ccb9bee89..177766e2ff8c 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -615,7 +615,7 @@ static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPo
if (abs3 <= 33) n *= 2;
SAL_WARN_IF(np && !m, "vcl.fonts", "Parsing error in " << OUString::createFromAscii(ttf->fname) <<
- ": " << "divide by zero");
+ ": divide by zero");
if (m != 0) {
for (i=0; i<np; i++) {