From ff43ad1a77a89d1d1ebc0c20807bb9ec508fc9fd Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 1 Jun 2012 17:19:58 +0100 Subject: targetted string cleanup Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac --- unoxml/test/domtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/test/domtest.cxx') diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx index a9d95b58bbb6..789c9841ff38 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(RTL_CONSTASCII_USTRINGPARAM("unoxml_unittest_test.ini"))).pData, + (sBaseDir+rtl::"unoxml_unittest_test.ini").pData, &aIniUrl.pData ) == osl_File_E_None ); mxCtx = ::cppu::defaultBootstrap_InitialComponentContext(aIniUrl); -- cgit