summaryrefslogtreecommitdiff
path: root/unotools/source/config/configpaths.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/configpaths.cxx')
-rw-r--r--unotools/source/config/configpaths.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/configpaths.cxx b/unotools/source/config/configpaths.cxx
index ca3c2b94b9a9..abbf8f465f09 100644
--- a/unotools/source/config/configpaths.cxx
+++ b/unotools/source/config/configpaths.cxx
@@ -196,7 +196,7 @@ sal_Int32 lcl_findPrefixEnd(OUString const& _sNestedPath, OUString const& _sPref
}
else if (_sNestedPath.getLength() == nPrefixLength)
{
- bIsPrefix = _sNestedPath.equals(_sPrefixPath);
+ bIsPrefix = _sNestedPath == _sPrefixPath;
}
else
{