summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/filters-test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/filters-test.cxx')
-rw-r--r--unotest/source/cpp/filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/filters-test.cxx b/unotest/source/cpp/filters-test.cxx
index a14fa6761de3..9d38a09b91d9 100644
--- a/unotest/source/cpp/filters-test.cxx
+++ b/unotest/source/cpp/filters-test.cxx
@@ -79,7 +79,7 @@ void FiltersTest::recursiveScan(filterStatus nExpected,
if ((nLastSlash != -1) && (nLastSlash+1 < sURL.getLength()))
{
//ignore .files
- if (sURL.getStr()[nLastSlash+1] == '.')
+ if (sURL[nLastSlash+1] == '.')
continue;
if (