summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsorti.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlsorti.cxx')
-rw-r--r--sc/source/filter/xml/xmlsorti.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlsorti.cxx b/sc/source/filter/xml/xmlsorti.cxx
index 537a43c8baf4..36705555e8a3 100644
--- a/sc/source/filter/xml/xmlsorti.cxx
+++ b/sc/source/filter/xml/xmlsorti.cxx
@@ -136,13 +136,13 @@ void ScXMLSortContext::EndElement()
++i;
uno::Sequence <beans::PropertyValue> aSortDescriptor(7 + i);
aSortDescriptor[0].Name = SC_UNONAME_BINDFMT;
- aSortDescriptor[0].Value = css::uno::makeAny(bBindFormatsToContent);
+ aSortDescriptor[0].Value <<= bBindFormatsToContent;
aSortDescriptor[1].Name = SC_UNONAME_COPYOUT;
- aSortDescriptor[1].Value = css::uno::makeAny(bCopyOutputData);
+ aSortDescriptor[1].Value <<= bCopyOutputData;
aSortDescriptor[2].Name = SC_UNONAME_ISCASE;
- aSortDescriptor[2].Value = css::uno::makeAny(bIsCaseSensitive);
+ aSortDescriptor[2].Value <<= bIsCaseSensitive;
aSortDescriptor[3].Name = SC_UNONAME_ISULIST;
- aSortDescriptor[3].Value = css::uno::makeAny(bEnabledUserList);
+ aSortDescriptor[3].Value <<= bEnabledUserList;
aSortDescriptor[4].Name = SC_UNONAME_OUTPOS;
aSortDescriptor[4].Value <<= aOutputPosition;
aSortDescriptor[5].Name = SC_UNONAME_UINDEX;