summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtsecte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtsecte.cxx')
-rw-r--r--xmloff/source/text/txtsecte.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtsecte.cxx b/xmloff/source/text/txtsecte.cxx
index 91d386552bb0..1dc5a1f6ce00 100644
--- a/xmloff/source/text/txtsecte.cxx
+++ b/xmloff/source/text/txtsecte.cxx
@@ -66,7 +66,7 @@ void XMLTextParagraphExport::exportListAndSectionChange(
const Reference<XTextContent> & rNextSectionContent,
const XMLTextNumRuleInfo& rPrevRule,
const XMLTextNumRuleInfo& rNextRule,
- sal_Bool bAutoStyles)
+ bool bAutoStyles)
{
Reference<XTextSection> xNextSection;
@@ -92,7 +92,7 @@ void XMLTextParagraphExport::exportListAndSectionChange(
const Reference<XTextContent> & rNextSectionContent,
const XMLTextNumRuleInfo& rPrevRule,
const XMLTextNumRuleInfo& rNextRule,
- sal_Bool bAutoStyles)
+ bool bAutoStyles)
{
Reference<XTextSection> xNextSection;
@@ -119,7 +119,7 @@ void XMLTextParagraphExport::exportListAndSectionChange(
const Reference<XTextSection> & rNextSection,
const XMLTextNumRuleInfo& rPrevRule,
const XMLTextNumRuleInfo& rNextRule,
- sal_Bool bAutoStyles)
+ bool bAutoStyles)
{
// old != new? -> maybe we have to start or end a new section
if (rPrevSection != rNextSection)