[Libreoffice-commits] .: svl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 03:48:17 PST 2012


 svl/source/items/itempool.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c6c3bf968fed804bc31f6b3a5af74a7141dac139
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Nov 22 12:45:54 2012 +0100

    silenced a SAL_WARN that was HACK macro, use SAL_INFO instead
    
    Change-Id: Ifea40945c1ac9596a97bf8b84aab734a86be8f38

diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 5448421..cc678eb 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -376,7 +376,7 @@ void SfxItemPool::SetSecondaryPool( SfxItemPool *pPool )
     if ( pImp->mpSecondary )
     {
 #ifdef DBG_UTIL
-        SAL_WARN( "svl.items", "fuer Image, dort gibt es derzeit keine Statics - Bug" );
+        SAL_INFO( "svl.items", "fuer Image, dort gibt es derzeit keine Statics - Bug" );
         if ( pImp->ppStaticDefaults )
         {
             // Delete() ist noch nicht gelaufen?
@@ -514,7 +514,7 @@ void SfxItemPool::Delete()
     sal_uInt16 nArrCnt;
 
     //Erst die SetItems abraeumen
-    SAL_WARN( "svl.items", "fuer Image, dort gibt es derzeit keine Statics - Bug" );
+    SAL_INFO( "svl.items", "fuer Image, dort gibt es derzeit keine Statics - Bug" );
     if ( pImp->ppStaticDefaults )
     {
         for ( nArrCnt = GetSize_Impl();


More information about the Libreoffice-commits mailing list