summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 12:32:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 12:32:49 +0200
commit557da0b7d8e30da4b0e3a0c630383afd79b5bf85 (patch)
tree783b58326e691e9cbd48169aab6e99d7b7235225
parent3224f26cfed1963994db53172a70f332068ae41e (diff)
remove some ascii art and demote a SAL_WARN
Change-Id: Ia4d084a598aca050cda02c17d11ed97eecef7650
-rw-r--r--vcl/osx/documentfocuslistener.cxx2
-rw-r--r--vcl/qa/cppunit/canvasbitmaptest.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/vcl/osx/documentfocuslistener.cxx b/vcl/osx/documentfocuslistener.cxx
index de9ebaa64587..3fa2c0b5e03c 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 e8c6b21a9ac2..f069ab6a592e 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() );