summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtfldi.cxx')
-rw-r--r--xmloff/source/text/txtfldi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index f0cc32b3a33c..da6a7b7710c0 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -2963,7 +2963,7 @@ void XMLBibliographyFieldImportContext::startFastElement(
{
sal_uInt16 nTmp;
if (SvXMLUnitConverter::convertEnum(
- nTmp, aIter.toString(),
+ nTmp, aIter.toView(),
aBibliographyDataTypeMap))
{
aAny <<= static_cast<sal_Int16>(nTmp);