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

Stephan Bergmann sbergman at redhat.com
Mon Mar 24 10:39:11 PDT 2014


 vcl/quartz/salgdicommon.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afd7ad155d4fd3219f51b38e8193d9284a65715e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 24 18:38:43 2014 +0100

    fix Mac build
    
    Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d

diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 335b12a..d923cc6 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -1851,7 +1851,7 @@ bool XorEmulation::UpdateTarget()
 void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContext,
     int nBitmapDepth )
 {
-    SAL_INFO( "vcl.ios", "SetVirDevGraphics() this=" << this << " layer=" << xLayer << " context=" << xContext );
+    SAL_INFO( "vcl.quartz", "SetVirDevGraphics() this=" << this << " layer=" << xLayer << " context=" << xContext );
 
 #ifndef IOS
     mbWindow    = false;


More information about the Libreoffice-commits mailing list