diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-25 14:35:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-25 14:35:54 +0300 |
commit | d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3 (patch) | |
tree | b63caab25d092738c5f65669c460b02c90ba1fe6 /xmloff | |
parent | bcc44b82b53d5f008b56528e678e69759a9a9dfb (diff) |
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Icb96b36aca144262f44fe496b4a44605b8f8a85c
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/XMLShapeStyleContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = |