summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/QRCodeContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/QRCodeContext.cxx')
-rw-r--r--xmloff/source/draw/QRCodeContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/QRCodeContext.cxx b/xmloff/source/draw/QRCodeContext.cxx
index 978737b34131..f217fcf17ffa 100644
--- a/xmloff/source/draw/QRCodeContext.cxx
+++ b/xmloff/source/draw/QRCodeContext.cxx
@@ -65,7 +65,7 @@ QRCodeContext::QRCodeContext(SvXMLImport& rImport, sal_Int32 /*nElement*/,
case XML_ELEMENT(LO_EXT, XML_QRCODE_BORDER):
{
sal_Int32 nAttrVal;
- if (sax::Converter::convertNumber(nAttrVal, aIter.toString(), 0))
+ if (sax::Converter::convertNumber(nAttrVal, aIter.toView(), 0))
aQRCode.Border = nAttrVal;
break;
}