summaryrefslogtreecommitdiff
path: root/xmloff/source/style/DashStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/DashStyle.cxx')
-rw-r--r--xmloff/source/style/DashStyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx
index 68aeb7770966..532efb79a9b2 100644
--- a/xmloff/source/style/DashStyle.cxx
+++ b/xmloff/source/style/DashStyle.cxx
@@ -95,7 +95,7 @@ void XMLDashStyleImport::importXML(
case XML_ELEMENT(DRAW, XML_STYLE):
case XML_ELEMENT(DRAW_OOO, XML_STYLE):
{
- SvXMLUnitConverter::convertEnum( aLineDash.Style, aIter.toString(), pXML_DashStyle_Enum );
+ SvXMLUnitConverter::convertEnum( aLineDash.Style, aIter.toView(), pXML_DashStyle_Enum );
}
break;
case XML_ELEMENT(DRAW, XML_DOTS1):