summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/contentenumeration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/contentenumeration.cxx')
-rw-r--r--svtools/source/contnr/contentenumeration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx
index 9f477e4643a8..10d8deb6e119 100644
--- a/svtools/source/contnr/contentenumeration.cxx
+++ b/svtools/source/contnr/contentenumeration.cxx
@@ -345,7 +345,7 @@ namespace svt
for (int i = 0; i < m_rBlackList.getLength() ; i++)
{
- if ( entryName.equals( m_rBlackList[i] ) )
+ if ( entryName == m_rBlackList[i] )
return true;
}