summaryrefslogtreecommitdiffstats
path: root/stoc/test/tdmanager/testtdmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/tdmanager/testtdmanager.cxx')
-rw-r--r--stoc/test/tdmanager/testtdmanager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/test/tdmanager/testtdmanager.cxx b/stoc/test/tdmanager/testtdmanager.cxx
index aaacf910d461..c4e19a104738 100644
--- a/stoc/test/tdmanager/testtdmanager.cxx
+++ b/stoc/test/tdmanager/testtdmanager.cxx
@@ -138,8 +138,7 @@ sal_Int32 Service::run(css::uno::Sequence< OUString > const & arguments)
OUString url;
OSL_VERIFY( osl_File_E_None == osl_getFileURLFromSystemPath(
arguments[argPos].pData, &url.pData ) );
- bool supposedToBeCompatible = ! url.endsWithIgnoreAsciiCaseAsciiL(
- RTL_CONSTASCII_STRINGPARAM("_incomp.rdb") );
+ bool supposedToBeCompatible = ! url.endsWithIgnoreAsciiCase("_incomp.rdb");
css::uno::Reference<css::registry::XSimpleRegistry> xReg(
m_context->getServiceManager()->createInstanceWithContext(