summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/eerdll.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 12:53:18 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:30 +0200
commitc521f0720800a943fedffdc102aa51e09008c677 (patch)
tree7a7bad3e930599d546c5178416a671f54deba119 /editeng/source/editeng/eerdll.cxx
parent2c4621c87ed3a7b19de195c21494c9a381e72b2e (diff)
editeng: sal_Bool->bool
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
Diffstat (limited to 'editeng/source/editeng/eerdll.cxx')
-rw-r--r--editeng/source/editeng/eerdll.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/eerdll.cxx b/editeng/source/editeng/eerdll.cxx
index ba4419072440..8a8144cfa42f 100644
--- a/editeng/source/editeng/eerdll.cxx
+++ b/editeng/source/editeng/eerdll.cxx
@@ -107,7 +107,7 @@ SfxPoolItem** GlobalEditData::GetDefItems()
ppDefItems[1] = new SvXMLAttrContainerItem( EE_PARA_XMLATTRIBS );
ppDefItems[2] = new SfxBoolItem( EE_PARA_HANGINGPUNCTUATION, false );
ppDefItems[3] = new SfxBoolItem( EE_PARA_FORBIDDENRULES, true );
- ppDefItems[4] = new SvxScriptSpaceItem( sal_True, EE_PARA_ASIANCJKSPACING );
+ ppDefItems[4] = new SvxScriptSpaceItem( true, EE_PARA_ASIANCJKSPACING );
ppDefItems[5] = new SvxNumBulletItem( aDefaultNumRule, EE_PARA_NUMBULLET );
ppDefItems[6] = new SfxBoolItem( EE_PARA_HYPHENATE, false );
ppDefItems[7] = new SfxBoolItem( EE_PARA_BULLETSTATE, true );
@@ -132,7 +132,7 @@ SfxPoolItem** GlobalEditData::GetDefItems()
ppDefItems[24] = new SvxCrossedOutItem( STRIKEOUT_NONE, EE_CHAR_STRIKEOUT );
ppDefItems[25] = new SvxPostureItem( ITALIC_NONE, EE_CHAR_ITALIC );
ppDefItems[26] = new SvxContourItem( false, EE_CHAR_OUTLINE );
- ppDefItems[27] = new SvxShadowedItem( sal_False, EE_CHAR_SHADOW );
+ ppDefItems[27] = new SvxShadowedItem( false, EE_CHAR_SHADOW );
ppDefItems[28] = new SvxEscapementItem( 0, 100, EE_CHAR_ESCAPEMENT );
ppDefItems[29] = new SvxAutoKernItem( false, EE_CHAR_PAIRKERNING );
ppDefItems[30] = new SvxKerningItem( 0, EE_CHAR_KERNING );