summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLFootnoteSeparatorImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLFootnoteSeparatorImport.cxx')
-rw-r--r--xmloff/source/style/XMLFootnoteSeparatorImport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx
index 879f4d3ffa13..399741023dbc 100644
--- a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx
+++ b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx
@@ -126,7 +126,7 @@ void XMLFootnoteSeparatorImport::startFastElement(
};
SvXMLUnitConverter::convertEnum(
- eLineAdjust, aIter.toString(), aXML_HorizontalAdjust_Enum);
+ eLineAdjust, aIter.toView(), aXML_HorizontalAdjust_Enum);
break;
}
case XML_ELEMENT(STYLE, XML_REL_WIDTH ):
@@ -154,7 +154,7 @@ void XMLFootnoteSeparatorImport::startFastElement(
{ XML_TOKEN_INVALID, 0 }
};
- SvXMLUnitConverter::convertEnum(nLineStyle, aIter.toString(), aXML_LineStyle_Enum);
+ SvXMLUnitConverter::convertEnum(nLineStyle, aIter.toView(), aXML_LineStyle_Enum);
break;
}
default: