summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-28 09:42:41 +0200
committerNoel Grandin <noel@peralex.com>2016-04-28 09:55:46 +0200
commit7d6308dad9f4a079d57719a6e3a9c4cebb47d051 (patch)
tree2148e63ea7dc54da372174d2aad8a3b65c34cf9f
parentd3d546a8e15c96a97dbad986e73665201b02a85c (diff)
loplugin:stringconstant
Change-Id: I780775ed5fa516d10c787ac2e11a034a7fc7da9c
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index 0d59e3182240..24023a46f2cf 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -707,7 +707,7 @@ DECLARE_WW8EXPORT_TEST(testTdf99474, "tdf99474.odt")
for(int j = 0 ; j< aPropertyValues.getLength() ; ++j)
{
auto aProp = aPropertyValues[j];
- if (aProp.Name == OUString("CharStyleName")) {
+ if (aProp.Name == "CharStyleName") {
charStyleName = aProp.Value.get<OUString>();
break;
}