summaryrefslogtreecommitdiff
path: root/svx/qa/unit/customshapes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/qa/unit/customshapes.cxx')
-rw-r--r--svx/qa/unit/customshapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx
index 523cf7342b7b..34a60fdbc3e4 100644
--- a/svx/qa/unit/customshapes.cxx
+++ b/svx/qa/unit/customshapes.cxx
@@ -1177,7 +1177,7 @@ CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf136176)
saveAndReload("draw8");
// Expected values of point 4 of the shape polygon
- const OString sTestCase[] = { "FlipH", "FlipV", "FlipHV" };
+ const OString sTestCase[] = { "FlipH"_ostr, "FlipV"_ostr, "FlipHV"_ostr };
const double fX[] = { 14981.0, 3849.0, 15214.0 };
const double fY[] = { 9366.0, 16464.0, 23463.0 };