summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-01 23:19:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-01 23:19:52 +0200
commita402fd0d520108ec62b170415b6bc7b04716e3b4 (patch)
tree0d4860b57cd36fb59935b4648a1a76b170d018bb /vcl
parent6a20b62711be3ed14008a9680ce461de34907fbe (diff)
loplugin:stringconcat
Change-Id: Ibf410eb1b8be81505b8e778aadf916a26ba39468
Diffstat (limited to 'vcl')
-rw-r--r--vcl/quartz/salgdi.cxx2
-rw-r--r--vcl/quartz/salvd.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index 10210903468b..3a0f937d3d48 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -469,7 +469,7 @@ sal_uInt16 AquaSalGraphics::SetFont( FontSelectPattern* pReqFont, int /*nFallbac
SAL_INFO("vcl.ct",
"SetFont"
- << " to " << mpFontData->GetFamilyName()
+ " to " << mpFontData->GetFamilyName()
<< ", " << mpFontData->GetStyleName()
<< " fontid=" << mpFontData->GetFontId()
<< " for " << pReqFont->GetFamilyName()
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx
index 549bd9f80492..f43090882de1 100644
--- a/vcl/quartz/salvd.cxx
+++ b/vcl/quartz/salvd.cxx
@@ -158,7 +158,7 @@ void AquaSalVirtualDevice::ReleaseGraphics( SalGraphics* )
bool AquaSalVirtualDevice::SetSize( long nDX, long nDY )
{
- SAL_INFO( "vcl.virdev", "AquaSalVirtualDevice::SetSize() this=" << this << " (" << nDX << "x" << nDY << ")" << " mbForeignContext=" << mbForeignContext );
+ SAL_INFO( "vcl.virdev", "AquaSalVirtualDevice::SetSize() this=" << this << " (" << nDX << "x" << nDY << ") mbForeignContext=" << mbForeignContext );
if( mbForeignContext )
{