summaryrefslogtreecommitdiff
path: root/unoxml/test
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 10:13:34 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 10:13:34 +0100
commit36c323e365c3b480f10a2bb6c6227a4592f70c2a (patch)
treea405f066e25c852f729f97f874bd72d18251ed1c /unoxml/test
parent4e379b063e2a9cfd559d1e748e516fad3b04d44f (diff)
RTL_CONSTASCII_USTRINGPARAM in filters 3-4
Diffstat (limited to 'unoxml/test')
-rw-r--r--unoxml/test/domtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx
index 9871846eaea5..ff44e2b9dc3e 100644
--- a/unoxml/test/domtest.cxx
+++ b/unoxml/test/domtest.cxx
@@ -311,7 +311,7 @@ struct SerializerTest : public CppUnit::TestFixture
CPPUNIT_ASSERT_MESSAGE(
"Converting ini file to URL",
osl_getFileURLFromSystemPath(
- (sBaseDir+rtl::OUString::createFromAscii("unoxml_unittest_test.ini")).pData,
+ (sBaseDir+rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("unoxml_unittest_test.ini"))).pData,
&aIniUrl.pData ) == osl_File_E_None );
mxCtx = ::cppu::defaultBootstrap_InitialComponentContext(aIniUrl);