[Libreoffice-commits] core.git: svl/source

Miklos Vajna vmiklos at collabora.co.uk
Thu Oct 3 01:24:42 PDT 2013


 svl/source/items/style.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dccaf7afcf9a2b50fb7ca612a3645c2d73134da3
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Oct 3 10:22:11 2013 +0200

    SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARN
    
    Change-Id: I9fb67a1b7ccd4c8fbc17274902a16d8c0b13d598

diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 2695577..55bca3f 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -253,7 +253,7 @@ bool SfxStyleSheetBase::SetFollow( const OUString& rName )
     {
         if( !pPool->Find( rName, nFamily ) )
         {
-            OSL_FAIL( "StyleSheet-Follow nicht gefunden" );
+            SAL_WARN( "svl", "StyleSheet-Follow not found" );
             return false;
         }
         aFollow = rName;


More information about the Libreoffice-commits mailing list