summaryrefslogtreecommitdiff
path: root/svx/qa/unit/unodraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/qa/unit/unodraw.cxx')
-rw-r--r--svx/qa/unit/unodraw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/qa/unit/unodraw.cxx b/svx/qa/unit/unodraw.cxx
index ff24012402d8..0f619784553f 100644
--- a/svx/qa/unit/unodraw.cxx
+++ b/svx/qa/unit/unodraw.cxx
@@ -147,14 +147,14 @@ CPPUNIT_TEST_FIXTURE(UnodrawTest, testTableShadowDirect)
// Check the primitives.
drawinglayer::Primitive2dXmlDump aDumper;
xmlDocUniquePtr pDocument = aDumper.dumpAndParse(xPrimitiveSequence);
- assertXPath(pDocument, "//shadow", /*nNumberOfNodes=*/1);
+ assertXPath(pDocument, "//shadow"_ostr, /*nNumberOfNodes=*/1);
// Without the accompanying fix in place, this test would have failed with:
// - Expected: 0
// - Actual : 1
// i.e. there was shadow for the cell text, while here PowerPoint-compatible output is expected,
// which has no shadow for cell text (only for cell borders and cell background).
- assertXPath(pDocument, "//shadow//sdrblocktext", /*nNumberOfNodes=*/0);
+ assertXPath(pDocument, "//shadow//sdrblocktext"_ostr, /*nNumberOfNodes=*/0);
}
CPPUNIT_TEST_FIXTURE(UnodrawTest, testTitleShapeBullets)