From d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 25 Apr 2014 14:35:54 +0300 Subject: WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' Change-Id: Icb96b36aca144262f44fe496b4a44605b8f8a85c --- xmloff/source/draw/XMLShapeStyleContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmloff/source/draw/XMLShapeStyleContext.cxx b/xmloff/source/draw/XMLShapeStyleContext.cxx index e37f384c3df4..d366b967e912 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[] = -- cgit v1.2.3