[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Thu Nov 17 14:25:32 UTC 2016


 vcl/source/fontsubset/sft.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 07d4f5d9e3b40025aaee12bb309317b2d267fbdc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 17 15:24:58 2016 +0100

    loplugin:stringconcat
    
    Change-Id: I72bfe53ba1b8162e34561cdc96c4313861042050

diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 8e9ccb9..177766e 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++) {


More information about the Libreoffice-commits mailing list