summaryrefslogtreecommitdiff
path: root/comphelper/qa/unit/propertyvalue.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-11-20 07:30:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-11-20 08:31:47 +0100
commit5ac4adaf026bab096febc2587f49edb603e98689 (patch)
treec95658db80212d0bd11a51576ac42b633f1f012b /comphelper/qa/unit/propertyvalue.cxx
parente66ccbecfb414800271e066c630cf7e90d5f3b74 (diff)
Extended loplugin:ostr: comphelper
Change-Id: I338c3c263e940bbe6071827b2e19763b7dadc2e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159723 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'comphelper/qa/unit/propertyvalue.cxx')
-rw-r--r--comphelper/qa/unit/propertyvalue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/unit/propertyvalue.cxx b/comphelper/qa/unit/propertyvalue.cxx
index 738022917e9d..4470b28f503a 100644
--- a/comphelper/qa/unit/propertyvalue.cxx
+++ b/comphelper/qa/unit/propertyvalue.cxx
@@ -103,7 +103,7 @@ class MakePropertyValueTest : public CppUnit::TestFixture
]
}
}
-)json");
+)json"_ostr);
CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(3), aRet.size());
beans::PropertyValue aFirst = aRet[0];
CPPUNIT_ASSERT_EQUAL(OUString("FieldType"), aFirst.Name);