summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.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/xmlimp.cxx
parentba6cfaaa6b5012875bc68d24519f4e658f7fe0e0 (diff)
xmloff: sal_Bool->bool
Change-Id: Ib8c99a646923257647487cd7f121023876587cd2
Diffstat (limited to 'sw/source/filter/xml/xmlimp.cxx')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 60d7be7aea03..0215106ed8fb 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -294,7 +294,7 @@ SvXMLImportContext* SwXMLOfficeDocContext_Impl::CreateChildContext(
{
if ( rTokenMap.Get( nPrefix, rLocalName ) == XML_TOK_DOC_BODY )
{
- GetImport().GetTextImport()->SetOutlineStyles( sal_True );
+ GetImport().GetTextImport()->SetOutlineStyles( true );
}
}
@@ -849,7 +849,7 @@ void SwXMLImport::endDocument( void )
/* Was called too early. Moved from SwXMLBodyContext_Impl::EndElement */
- GetTextImport()->RedlineAdjustStartNodeCursor( sal_False );
+ GetTextImport()->RedlineAdjustStartNodeCursor( false );
if( (getImportFlags() & IMPORT_CONTENT) != 0 ||
((getImportFlags() & IMPORT_MASTERSTYLES) != 0 && IsStylesOnlyMode()) )