diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-27 10:13:34 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-27 10:13:34 +0100 |
commit | 36c323e365c3b480f10a2bb6c6227a4592f70c2a (patch) | |
tree | a405f066e25c852f729f97f874bd72d18251ed1c /unoxml/test | |
parent | 4e379b063e2a9cfd559d1e748e516fad3b04d44f (diff) |
RTL_CONSTASCII_USTRINGPARAM in filters 3-4
Diffstat (limited to 'unoxml/test')
-rw-r--r-- | unoxml/test/domtest.cxx | 2 |
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); |