summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx b/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
index ce125aaaeedb..f7db32e331bb 100644
--- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
@@ -177,13 +177,13 @@ void XMLIndexChapterInfoEntryContext::FillPropertyValues(
{
// chapter info field
rValues[nIndex].Name = "ChapterFormat";
- rValues[nIndex].Value = css::uno::Any(nChapterInfo);
+ rValues[nIndex].Value <<= nChapterInfo;
nIndex++;
}
if( bOutlineLevelOK )
{
rValues[nIndex].Name = "ChapterLevel";
- rValues[nIndex].Value = css::uno::Any(nOutlineLevel);
+ rValues[nIndex].Value <<= nOutlineLevel;
}
}