diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-01 17:19:58 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-01 17:40:03 +0100 |
commit | ff43ad1a77a89d1d1ebc0c20807bb9ec508fc9fd (patch) | |
tree | daca69d3fceb0a7ec682360418033cf0126a6e95 /unoxml/test/domtest.cxx | |
parent | fcc31f1749e01e4184c4347929a9e1d7e782dee1 (diff) |
targetted string cleanup
Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac
Diffstat (limited to 'unoxml/test/domtest.cxx')
-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 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); |