summaryrefslogtreecommitdiffstats
path: root/comphelper/source/property/propertystatecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertystatecontainer.cxx')
-rw-r--r--comphelper/source/property/propertystatecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propertystatecontainer.cxx b/comphelper/source/property/propertystatecontainer.cxx
index 063cc79e35b4..d06c3f190443 100644
--- a/comphelper/source/property/propertystatecontainer.cxx
+++ b/comphelper/source/property/propertystatecontainer.cxx
@@ -119,7 +119,7 @@ namespace comphelper
OSL_ENSURE( pAllProperties->Name.compareTo( (pAllProperties + 1)->Name ) < 0,
"OPropertyStateContainer::getPropertyStates: all-properties not sorted!" );
#endif
- if ( pAllProperties->Name.equals( *pLookup ) )
+ if ( pAllProperties->Name == *pLookup )
{
*pStates++ = getPropertyState( *pLookup );
++pLookup;