summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/ChartModel_Persistence.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/ChartModel_Persistence.cxx')
-rw-r--r--chart2/source/model/main/ChartModel_Persistence.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx
index 9529e4e8a1ab..fddebed2f705 100644
--- a/chart2/source/model/main/ChartModel_Persistence.cxx
+++ b/chart2/source/model/main/ChartModel_Persistence.cxx
@@ -75,7 +75,7 @@ struct lcl_PropNameEquals
{}
bool operator() ( const beans::PropertyValue & rProp )
{
- return rProp.Name.equals( m_aStr );
+ return rProp.Name == m_aStr;
}
private:
OUString m_aStr;