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

New commits:
commit d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3
Author: Tor Lillqvist <t...@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[] =
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to