diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-07 16:42:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-15 09:02:31 +0200 |
commit | 8a81f542a6ca566661305c53899b7e422cbaa432 (patch) | |
tree | b70ce405aab1c29856fa824493a664ba8ba27596 /xmloff/source/text/XMLIndexUserSourceContext.hxx | |
parent | 42bfd486a457d327f640263ccc3ee02a380f3566 (diff) |
xmloff: sal_Bool->bool
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Diffstat (limited to 'xmloff/source/text/XMLIndexUserSourceContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexUserSourceContext.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLIndexUserSourceContext.hxx b/xmloff/source/text/XMLIndexUserSourceContext.hxx index 5ac017fdf136..72bc536fe1eb 100644 --- a/xmloff/source/text/XMLIndexUserSourceContext.hxx +++ b/xmloff/source/text/XMLIndexUserSourceContext.hxx @@ -44,13 +44,13 @@ class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext const OUString sCreateFromLevelParagraphStyles; const OUString sUserIndexName; - sal_Bool bUseObjects; - sal_Bool bUseGraphic; - sal_Bool bUseMarks; - sal_Bool bUseTables; - sal_Bool bUseFrames; - sal_Bool bUseLevelFromSource; - sal_Bool bUseLevelParagraphStyles; + bool bUseObjects; + bool bUseGraphic; + bool bUseMarks; + bool bUseTables; + bool bUseFrames; + bool bUseLevelFromSource; + bool bUseLevelParagraphStyles; OUString sIndexName; public: |