From ddd77c84cfeeef96eb8662b03fa29a8103ed559e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 2 Feb 2016 16:53:23 +0100 Subject: [PATCH] loplugin:stringconstant Change-Id: Ie4554214e475da1bddba7ab0694ce23d1d93f06f --- sw/qa/extras/globalfilter/globalfilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 xStorable(mxComponent, uno::UNO_QUERY); utl::MediaDescriptor aMediaDescriptor; - aMediaDescriptor["FilterName"] <<= OUString::createFromAscii("writer8"); + aMediaDescriptor["FilterName"] <<= OUString("writer8"); utl::TempFile aTempFile; aTempFile.EnableKillingFile();