summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-01-25 17:00:07 -0200
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-01-25 19:30:07 -0200
commit4228c5542b57b43064bbefb3cc79c4eb51e059d6 (patch)
treeddf65f77ca447f2063e958002aeacb6a4f320912 /xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
parent3e82bf0e5e6a1d5dcbe6b7ebbbe124912e8e8700 (diff)
Fix for fdo43460 Part XLVII getLength() to isEmpty()
Part XLVII Modules xmloff (part 1)
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;