summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlfmt.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-10 07:34:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-10 07:37:12 +0900
commit7e1d03f0f6b68d4a955a6b5df94be77307e58476 (patch)
tree5bd99f6a727679d886e044ef0313ffa1cf13e417 /sw/source/filter/xml/xmlfmt.cxx
parent61b94e06ef5a822e0dbe24528bc5d4d112a2547b (diff)
sal_Bool to bool
Change-Id: I2549e597bc11d0a4b4bcdc42c77914dda01a1c5f
Diffstat (limited to 'sw/source/filter/xml/xmlfmt.cxx')
-rw-r--r--sw/source/filter/xml/xmlfmt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx
index 30a44ebe157b..cdbc634ee034 100644
--- a/sw/source/filter/xml/xmlfmt.cxx
+++ b/sw/source/filter/xml/xmlfmt.cxx
@@ -422,7 +422,7 @@ void SwXMLTextStyleContext_Impl::Finish( sal_Bool bOverwrite )
SwStyleNameMapper::FillUIName( aDisplayName,
aString,
nsSwGetPoolIdFromName::GET_POOLID_TXTCOLL,
- sal_True);
+ true);
sName = aString;
SwTxtFmtColl* pCondColl = pDoc->FindTxtFmtCollByName( sName );
OSL_ENSURE( pCondColl,
@@ -657,7 +657,7 @@ void SwXMLItemSetStyleContext_Impl::ConnectPageDesc()
SwStyleNameMapper::FillUIName( sName,
sName,
nsSwGetPoolIdFromName::GET_POOLID_PAGEDESC,
- sal_True);
+ true);
SwPageDesc *pPageDesc = pDoc->FindPageDescByName( sName );
if( !pPageDesc )
{