summaryrefslogtreecommitdiff
path: root/sw/qa/extras/globalfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-02 16:53:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-02 16:53:23 +0100
commitddd77c84cfeeef96eb8662b03fa29a8103ed559e (patch)
tree84fc6189b6409208846290256b6a0e811c2ed0fd /sw/qa/extras/globalfilter
parent773da02e8d2fc369c42eb2a799b41bf586acb4f5 (diff)
loplugin:stringconstant
Change-Id: Ie4554214e475da1bddba7ab0694ce23d1d93f06f
Diffstat (limited to 'sw/qa/extras/globalfilter')
-rw-r--r--sw/qa/extras/globalfilter/globalfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx
index 751f2a5518d7..c68ddf7b8a4f 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -516,7 +516,7 @@ void Test::testCharHighlightODF()
uno::Reference<frame::XStorable> xStorable(mxComponent, uno::UNO_QUERY);
utl::MediaDescriptor aMediaDescriptor;
- aMediaDescriptor["FilterName"] <<= OUString::createFromAscii("writer8");
+ aMediaDescriptor["FilterName"] <<= OUString("writer8");
utl::TempFile aTempFile;
aTempFile.EnableKillingFile();