tdf#115432 footnote separator position wrong (2nd attempt)

the first attempt (d4a8d91abd)
incorrectly changed the type of a UNO property defined in a
published IDL file.

Change-Id: I75bc75dead0954d1faa6dfb6adab9f4c42c67cfc
Reviewed-on: https://gerrit.libreoffice.org/50827
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2018-03-06 15:18:53 +02:00
parent 843f8e43e1
commit 1163bcd5da

View File

@@ -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);