summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
diff options
context:
space:
mode:
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 13852c086136..4e26b890c053 100644
--- a/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
+++ b/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
@@ -99,7 +99,7 @@ sal_Bool XMLAxisPositionPropertyHdl::exportXML( OUString& rStrExpValue,
rtl::OUStringBuffer sValueBuffer;
if( m_bCrossingValue )
{
- if(rStrExpValue.getLength() == 0)
+ if(rStrExpValue.isEmpty())
{
double fValue = 0.0;
rValue >>= fValue;