summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsorti.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlsorti.hxx')
-rw-r--r--sc/source/filter/xml/xmlsorti.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlsorti.hxx b/sc/source/filter/xml/xmlsorti.hxx
index 7ccc82053905..8522ea9b1016 100644
--- a/sc/source/filter/xml/xmlsorti.hxx
+++ b/sc/source/filter/xml/xmlsorti.hxx
@@ -47,10 +47,10 @@ class ScXMLSortContext : public SvXMLImportContext
rtl::OUString sLanguage;
rtl::OUString sAlgorithm;
sal_Int16 nUserListIndex;
- sal_Bool bCopyOutputData;
- sal_Bool bBindFormatsToContent;
- sal_Bool bIsCaseSensitive;
- sal_Bool bEnabledUserList;
+ bool bCopyOutputData;
+ bool bBindFormatsToContent;
+ bool bIsCaseSensitive;
+ bool bEnabledUserList;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }