summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-24 19:33:58 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-25 09:54:05 +0900
commit879006b722a618519ce84215b491c1d4f9426e5a (patch)
tree9112ed7fa9ae8bba782bffe1ac3c4f3d06f5cadb /sw/inc
parentae20a668cc3a26da59d1dcd752a9c0be79196599 (diff)
sal_Bool to bool
Change-Id: Ibbf9e257fff19ab6305bd401a1746e6d0bcb47fd
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 674bf7ce2153..3341eaf7b582 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -396,7 +396,7 @@ protected:
sal_Bool CopyNextPam( SwPaM ** );
void PutNumFmtFontsInAttrPool();
- void PutEditEngFontsInAttrPool( sal_Bool bIncl_CJK_CTL = sal_True );
+ void PutEditEngFontsInAttrPool( bool bIncl_CJK_CTL = true );
virtual sal_uLong WriteStream() = 0;
void SetBaseURL( const String& rURL ) { sBaseURL = rURL; }