diff options
Diffstat (limited to 'xmloff/source/draw/QRCodeContext.cxx')
-rw-r--r-- | xmloff/source/draw/QRCodeContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/QRCodeContext.cxx b/xmloff/source/draw/QRCodeContext.cxx index 580e4e8b9a41..3e4c2ea4434f 100644 --- a/xmloff/source/draw/QRCodeContext.cxx +++ b/xmloff/source/draw/QRCodeContext.cxx @@ -76,7 +76,7 @@ QRCodeContext::QRCodeContext(SvXMLImport& rImport, sal_Int32 /*nElement*/, XMLOFF_WARN_UNKNOWN("xmloff", aIter); } } - xPropSet->setPropertyValue("BarCodeProperties", Any(aBarCode)); + xPropSet->setPropertyValue(u"BarCodeProperties"_ustr, Any(aBarCode)); } /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |