summaryrefslogtreecommitdiffstats
path: root/writerfilter/qa
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-30 22:37:54 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-30 22:37:54 +0100
commit673abf13b22a422b1b17d3eab80991f429049616 (patch)
tree83ed1d253ea28769271647bcfbbcd7227009d896 /writerfilter/qa
parentcppcheck: uninitalized variables (diff)
downloadcore-673abf13b22a422b1b17d3eab80991f429049616.tar.gz
core-673abf13b22a422b1b17d3eab80991f429049616.zip
RTL_CONSTASCII_USTRINGPARAM in filters 15
Diffstat (limited to 'writerfilter/qa')
-rw-r--r--writerfilter/qa/cppunittests/doctok/testdoctok.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/qa/cppunittests/doctok/testdoctok.cxx b/writerfilter/qa/cppunittests/doctok/testdoctok.cxx
index 0ae9f3d24004..095eff019c03 100644
--- a/writerfilter/qa/cppunittests/doctok/testdoctok.cxx
+++ b/writerfilter/qa/cppunittests/doctok/testdoctok.cxx
@@ -80,8 +80,8 @@ namespace testdoctok
{
uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >
xNameContainer(xFactory->createInstanceWithContext
- (::rtl::OUString::createFromAscii
- ("com.sun.star.ucb.SimpleFileAccess" ),
+ (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM
+ ("com.sun.star.ucb.SimpleFileAccess" )),
xComponentContext), uno::UNO_QUERY );
if (xNameContainer.is())