summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-25 14:35:54 +0300
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 22:36:27 +1000
commitb45c789905d4c9af7c5de38091fb4139be425081 (patch)
treeea3f1e6829bf2d4425237cc42c3f7defde05c66c
parent8258dcc74a1cece05f86c96efc7e8588d986b622 (diff)
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Icb96b36aca144262f44fe496b4a44605b8f8a85c
-rw-r--r--xmloff/source/draw/XMLShapeStyleContext.cxx2
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[] =