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

New commits:
commit afd7ad155d4fd3219f51b38e8193d9284a65715e
Author: Stephan Bergmann <sberg...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to