summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-28 14:13:18 +0200
committerNoel Grandin <noel@peralex.com>2014-03-31 12:39:01 +0200
commitf907d740351886194bf2c9bcffceed22c4698ca5 (patch)
treef331d31592b38c1e8ab987787713fc7c99499042 /sw/source/filter/xml/xmltext.cxx
parentba6cfaaa6b5012875bc68d24519f4e658f7fe0e0 (diff)
xmloff: sal_Bool->bool
Change-Id: Ib8c99a646923257647487cd7f121023876587cd2
Diffstat (limited to 'sw/source/filter/xml/xmltext.cxx')
-rw-r--r--sw/source/filter/xml/xmltext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltext.cxx b/sw/source/filter/xml/xmltext.cxx
index 4c2785be5045..f9721fafbd24 100644
--- a/sw/source/filter/xml/xmltext.cxx
+++ b/sw/source/filter/xml/xmltext.cxx
@@ -72,7 +72,7 @@ SvXMLImportContext *SwXMLBodyContentContext_Impl::CreateChildContext(
void SwXMLBodyContentContext_Impl::EndElement()
{
/* Code moved to SwXMLOmport::endDocument */
- GetImport().GetTextImport()->SetOutlineStyles( sal_False );
+ GetImport().GetTextImport()->SetOutlineStyles( false );
}
SvXMLImportContext *SwXMLImport::CreateBodyContentContext(