summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 13:58:15 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 12:19:19 +0200
commit8be2cbc856fb5ba61203872d8f01ed8162aa4256 (patch)
treea4d45738a647fc7325c1a5830c1fc1291591d808 /editeng
parent4692d28e9028b287689e60e7c689f31fcf63641b (diff)
sal_Bool->bool
Change-Id: I8623ebe2d46cb897d4dd0c0ec9c136d96af0186c
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/paraitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx
index 65e78e97dc57..d24ae985600c 100644
--- a/editeng/source/items/paraitem.cxx
+++ b/editeng/source/items/paraitem.cxx
@@ -348,7 +348,7 @@ void SvxLineSpacingItem::SetEnumValue( sal_uInt16 nVal )
SvxAdjustItem::SvxAdjustItem(const SvxAdjust eAdjst, const sal_uInt16 nId )
: SfxEnumItemInterface( nId ),
- bOneBlock( sal_False ), bLastCenter( sal_False ), bLastBlock( sal_False )
+ bOneBlock( false ), bLastCenter( false ), bLastBlock( false )
{
SetAdjust( eAdjst );
}