summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/xmltabi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmltabi.cxx')
-rw-r--r--xmloff/source/style/xmltabi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx
index 6732cb5f92fb..289f3fca4105 100644
--- a/xmloff/source/style/xmltabi.cxx
+++ b/xmloff/source/style/xmltabi.cxx
@@ -249,7 +249,7 @@ void SvxXMLTabStopImportContext::EndElement( )
{
SvxXMLTabStopContext_Impl *pTabStopContext = (*mpTabStops)[i];
const style::TabStop& rTabStop = pTabStopContext->getTabStop();
- sal_Bool bDflt = style::TabAlign_DEFAULT == rTabStop.Alignment;
+ bool bDflt = style::TabAlign_DEFAULT == rTabStop.Alignment;
if( !bDflt || 0==i )
{
*pTabStops++ = pTabStopContext->getTabStop();
@@ -264,7 +264,7 @@ void SvxXMLTabStopImportContext::EndElement( )
}
aProp.maValue <<= aSeq;
- SetInsert( sal_True );
+ SetInsert( true );
XMLElementPropertyContext::EndElement();
}