summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-10-13 02:34:47 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-10-13 02:35:48 +0900
commitd22ee5be41ffa0ac5a075c68a00b9b9eb6b8d376 (patch)
treeaa017ce29f31ffa7ba1648854839b100f99361f1 /xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
parent5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63 (diff)
sal_Bool to bool
Change-Id: I3db66690f9eaa809bcbf2257804d319aaec0f975
Diffstat (limited to 'xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx')
-rw-r--r--xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx b/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
index 3b82f7ace45a..1243011bfd8f 100644
--- a/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
+++ b/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
@@ -83,7 +83,7 @@ bool XMLAxisPositionPropertyHdl::importXML( const OUString& rStrImpValue,
bool XMLAxisPositionPropertyHdl::exportXML( OUString& rStrExpValue,
const uno::Any& rValue, const SvXMLUnitConverter& /*rUnitConverter*/ ) const
{
- bool bResult = sal_False;
+ bool bResult = false;
OUStringBuffer sValueBuffer;
if( m_bCrossingValue )