summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsorti.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-28 21:07:51 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-28 22:48:11 +0200
commitb56108b3fb8e7e2a6d2650920c8fda3586a040d5 (patch)
treef1b29b1abefcda414f4f55c46c416b4b28ea3365 /sc/source/filter/xml/xmlsorti.hxx
parent0294fa0ea81ab4b9625e5e8f0513ce94ea3217d7 (diff)
some additional sal_Bool -> bool in sc/source/filter/xml
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(); }