[Libreoffice-commits] core.git: vcl/quartz
Tor Lillqvist
tml at collabora.com
Tue Feb 11 02:24:38 PST 2014
vcl/quartz/salbmp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0d0abfaae9feadf9c4c4c4232f888ba0a1883029
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Feb 11 12:21:10 2014 +0200
Bin old leftover debugging fprintf
Change-Id: Ia169881d8b13ce8b7e4d709ef831e638085ef3ab
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index 0d665ff..98a6938 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -767,7 +767,7 @@ BitmapBuffer* QuartzSalBitmap::AcquireBuffer( bool /*bReadOnly*/ )
if( !maUserBuffer.get() )
// || maContextBuffer.get() && (maUserBuffer.get() != maContextBuffer.get()) )
{
- fprintf(stderr,"ASB::Acq(%dx%d,d=%d)\n",mnWidth,mnHeight,mnBits);
+ // fprintf(stderr,"ASB::Acq(%dx%d,d=%d)\n",mnWidth,mnHeight,mnBits);
// TODO: AllocateUserData();
return NULL;
}
More information about the Libreoffice-commits
mailing list