From 015b80e852f2292fc12f3e209726178f05d95e3c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Feb 2014 14:11:45 +0200 Subject: editeng: sal_Bool->bool Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978 --- reportdesign/source/ui/misc/UITools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign') diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index 9ff2b8d65292..bbf44639cb5c 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -674,7 +674,7 @@ bool openCharDialog( const uno::Reference& _rxRep new SvxColorListItem(pColorList.get(),ITEMID_COLOR_TABLE), new SvxBlinkItem(false,ITEMID_BLINK), new SvxEmphasisMarkItem(EMPHASISMARK_NONE,ITEMID_EMPHASISMARK), - new SvxTwoLinesItem(sal_True,0,0,ITEMID_TWOLINES), + new SvxTwoLinesItem(true,0,0,ITEMID_TWOLINES), new SvxCharRotateItem(0,false,ITEMID_CHARROTATE), new SvxCharScaleWidthItem(100,ITEMID_CHARSCALE_W), new SvxCharReliefItem(RELIEF_NONE,ITEMID_CHARRELIEF), -- cgit v1.2.3