diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-20 07:30:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-20 08:31:47 +0100 |
commit | 5ac4adaf026bab096febc2587f49edb603e98689 (patch) | |
tree | c95658db80212d0bd11a51576ac42b633f1f012b /comphelper/qa/unit/propertyvalue.cxx | |
parent | e66ccbecfb414800271e066c630cf7e90d5f3b74 (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.cxx | 2 |
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); |