diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-19 13:25:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-19 17:29:47 +0100 |
commit | 7724e504be75fdf2a90b0ffc19dce3df76ed14a6 (patch) | |
tree | b17fc046d3792b25cdf7b84ccfc02ccf4d6713a3 /sw/qa/uibase/uiview/uiview.cxx | |
parent | 35972b1fbe3dd26c2e384d6e65ef77ef90d5d2a3 (diff) |
Extended loplugin:ostr: sw
Change-Id: I210f61f6d90776b086b7058fb1a831d235699fb7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159670
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/qa/uibase/uiview/uiview.cxx')
-rw-r--r-- | sw/qa/uibase/uiview/uiview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uibase/uiview/uiview.cxx b/sw/qa/uibase/uiview/uiview.cxx index 5a0f1db584e2..27231d28e8d6 100644 --- a/sw/qa/uibase/uiview/uiview.cxx +++ b/sw/qa/uibase/uiview/uiview.cxx @@ -136,7 +136,7 @@ CPPUNIT_TEST_FIXTURE(SwUibaseUiviewTest, testKeepRatio) // Then export as well: save("writer8"); xmlDocUniquePtr pXmlDoc = parseExport("settings.xml"); - assertXPathContent(pXmlDoc, "//config:config-item[@config:name='KeepRatio']", "true"); + assertXPathContent(pXmlDoc, "//config:config-item[@config:name='KeepRatio']"_ostr, "true"); } namespace |