diff options
-rw-r--r-- | sw/qa/extras/ww8export/ww8export.cxx | 2 |
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; } |