summaryrefslogtreecommitdiff
path: root/store/workben/t_store.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/workben/t_store.cxx')
-rw-r--r--store/workben/t_store.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx
index e1c1a1c4a1fd..9009100814e4 100644
--- a/store/workben/t_store.cxx
+++ b/store/workben/t_store.cxx
@@ -187,7 +187,7 @@ sal_Bool DirectoryTraveller::visit (const iter& it)
if (it.m_nAttrib & STORE_ATTRIB_ISDIR)
{
OUString aName (it.m_pszName, it.m_nLength);
- if (aName.compareToAscii ("XTextViewCursorSupplier") == 0)
+ if (aName.equalsAscii("XTextViewCursorSupplier"))
{
m_nCount += 1 - 1;
}