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

Tor Lillqvist tml at collabora.com
Fri Apr 25 04:36:19 PDT 2014


 xmloff/source/draw/XMLShapeStyleContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Apr 25 14:35:54 2014 +0300

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: Icb96b36aca144262f44fe496b4a44605b8f8a85c

diff --git a/xmloff/source/draw/XMLShapeStyleContext.cxx b/xmloff/source/draw/XMLShapeStyleContext.cxx
index e37f384..d366b96 100644
--- a/xmloff/source/draw/XMLShapeStyleContext.cxx
+++ b/xmloff/source/draw/XMLShapeStyleContext.cxx
@@ -259,7 +259,7 @@ void XMLShapeStyleContext::FillPropertySet( const Reference< beans::XPropertySet
             }
         }
 
-        m_bIsFillStyleAlreadyConverted = sal_True;
+        m_bIsFillStyleAlreadyConverted = true;
     }
 
     struct _ContextID_Index_Pair aContextIDs[] =


More information about the Libreoffice-commits mailing list