summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpproplist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpproplist.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpproplist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpproplist.cxx b/lotuswordpro/source/filter/lwpproplist.cxx
index 3ecc26782201..69587e80e936 100644
--- a/lotuswordpro/source/filter/lwpproplist.cxx
+++ b/lotuswordpro/source/filter/lwpproplist.cxx
@@ -80,7 +80,7 @@ void LwpPropListElement::Read()
bool LwpPropListElement::IsNamed(const OUString& name)
{
- return name.equals(m_Name.str());
+ return name == m_Name.str();
}
OUString LwpPropList::GetNamedProperty(const OUString& name)