summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
index 7f84bd6696e5..44daad7aa1a2 100644
--- a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
@@ -53,16 +53,16 @@ class XMLIndexAlphabeticalSourceContext : public XMLIndexSourceBaseContext
OUString sAlgorithm;
OUString sMainEntryStyleName;
- sal_Bool bMainEntryStyleNameOK;
-
- sal_Bool bSeparators;
- sal_Bool bCombineEntries;
- sal_Bool bCaseSensitive;
- sal_Bool bEntry;
- sal_Bool bUpperCase;
- sal_Bool bCombineDash;
- sal_Bool bCombinePP;
- sal_Bool bCommaSeparated;
+ bool bMainEntryStyleNameOK;
+
+ bool bSeparators;
+ bool bCombineEntries;
+ bool bCaseSensitive;
+ bool bEntry;
+ bool bUpperCase;
+ bool bCombineDash;
+ bool bCombinePP;
+ bool bCommaSeparated;
public: