diff options
-rw-r--r-- | xmloff/source/style/XMLFootnoteSeparatorImport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx index 5ec390c459cc..9ebf9549e45e 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx @@ -159,7 +159,7 @@ void XMLFootnoteSeparatorImport::StartElement( sal_Int32 nIndex; nIndex = rMapper->FindEntryIndex(CTF_PM_FTN_LINE_ADJUST); - XMLPropertyState aLineAdjust( nIndex, uno::Any(eLineAdjust)); + XMLPropertyState aLineAdjust( nIndex, uno::Any(sal_Int16(eLineAdjust)) ); rProperties.push_back(aLineAdjust); nIndex = rMapper->FindEntryIndex(CTF_PM_FTN_LINE_COLOR); |