Kaydet (Commit) 557da0b7 authored tarafından Noel Grandin's avatar Noel Grandin

remove some ascii art and demote a SAL_WARN

Change-Id: Ia4d084a598aca050cda02c17d11ed97eecef7650
üst 3224f26c
...@@ -77,8 +77,8 @@ DocumentFocusListener::notifyEvent( const AccessibleEventObject& aEvent ) ...@@ -77,8 +77,8 @@ DocumentFocusListener::notifyEvent( const AccessibleEventObject& aEvent )
Reference< XAccessible > xAccessible( getAccessible(aEvent) ); Reference< XAccessible > xAccessible( getAccessible(aEvent) );
detachRecursive(xAccessible); detachRecursive(xAccessible);
attachRecursive(xAccessible); attachRecursive(xAccessible);
SAL_INFO("vcl", "Invalidate all children called" );
} }
SAL_WARN("vcl", "Invalidate all children called" );
break; break;
default: default:
......
...@@ -82,7 +82,6 @@ void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp, ...@@ -82,7 +82,6 @@ void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp,
const char* msg, const char* msg,
int nOriginalDepth ) int nOriginalDepth )
{ {
SAL_INFO("vcl", "-------------------------");
SAL_INFO("vcl", "Testing " << msg << ", with depth " << nOriginalDepth); SAL_INFO("vcl", "Testing " << msg << ", with depth " << nOriginalDepth);
BitmapEx aContainedBmpEx( xBmp->getBitmapEx() ); BitmapEx aContainedBmpEx( xBmp->getBitmapEx() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment