diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-05 16:01:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:20 +0200 |
commit | 37a2ed040e0e11ecef115d8955e09845aeff7511 (patch) | |
tree | 6387f7f6d66e0e02f79b1e8bc604ba7832249d4e /svx/source/items | |
parent | eeae5cf0432adb83e5e948a217020b776144d783 (diff) |
svx: sal_Bool->bool
Change-Id: I7e7bdce5c3ddb7871b9c1fbfe93dc7f7c254f1bb
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/pageitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx index 225c9a5dca57..6adc0541fba1 100644 --- a/svx/source/items/pageitem.cxx +++ b/svx/source/items/pageitem.cxx @@ -43,7 +43,7 @@ TYPEINIT1_FACTORY( SvxPageItem, SfxPoolItem , new SvxPageItem(0)); SvxPageItem::SvxPageItem( const sal_uInt16 nId ) : SfxPoolItem( nId ), eNumType ( SVX_ARABIC ), - bLandscape ( sal_False ), + bLandscape ( false ), eUse ( SVX_PAGE_ALL ) { } |