diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-02 16:53:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-02 16:53:23 +0100 |
commit | ddd77c84cfeeef96eb8662b03fa29a8103ed559e (patch) | |
tree | 84fc6189b6409208846290256b6a0e811c2ed0fd /sw | |
parent | 773da02e8d2fc369c42eb2a799b41bf586acb4f5 (diff) |
loplugin:stringconstant
Change-Id: Ie4554214e475da1bddba7ab0694ce23d1d93f06f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/globalfilter/globalfilter.cxx | 2 |
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(); |