[Libreoffice-commits] core.git: vcl/osx vcl/qa
Noel Grandin
noel.grandin at collabora.co.uk
Tue Dec 6 10:33:40 UTC 2016
vcl/osx/documentfocuslistener.cxx | 2 +-
vcl/qa/cppunit/canvasbitmaptest.cxx | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 557da0b7d8e30da4b0e3a0c630383afd79b5bf85
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Tue Dec 6 12:32:49 2016 +0200
remove some ascii art and demote a SAL_WARN
Change-Id: Ia4d084a598aca050cda02c17d11ed97eecef7650
diff --git a/vcl/osx/documentfocuslistener.cxx b/vcl/osx/documentfocuslistener.cxx
index de9ebaa..3fa2c0b 100644
--- a/vcl/osx/documentfocuslistener.cxx
+++ b/vcl/osx/documentfocuslistener.cxx
@@ -77,8 +77,8 @@ DocumentFocusListener::notifyEvent( const AccessibleEventObject& aEvent )
Reference< XAccessible > xAccessible( getAccessible(aEvent) );
detachRecursive(xAccessible);
attachRecursive(xAccessible);
+ SAL_INFO("vcl", "Invalidate all children called" );
}
- SAL_WARN("vcl", "Invalidate all children called" );
break;
default:
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx
index e8c6b21..f069ab6 100644
--- a/vcl/qa/cppunit/canvasbitmaptest.cxx
+++ b/vcl/qa/cppunit/canvasbitmaptest.cxx
@@ -82,7 +82,6 @@ void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp,
const char* msg,
int nOriginalDepth )
{
- SAL_INFO("vcl", "-------------------------");
SAL_INFO("vcl", "Testing " << msg << ", with depth " << nOriginalDepth);
BitmapEx aContainedBmpEx( xBmp->getBitmapEx() );
More information about the Libreoffice-commits
mailing list