diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 16:22:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-21 12:19:22 +0200 |
commit | 16c8fbfa07f07587d72713e476383b88017c13c2 (patch) | |
tree | b3ffb3af2cd7a9659a5ac9c21705561c425d62f1 /reportdesign/source | |
parent | e41ed900a460e6fe797d176b58c1c5269a5f84e1 (diff) |
editeng: sal_Bool->bool
Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/misc/UITools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index f28ce920d53a..d9824d1f5e0d 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -672,7 +672,7 @@ bool openCharDialog( const uno::Reference<report::XReportControlFormat >& _rxRep new SvxFontListItem(pFontList.get(),ITEMID_FONTLIST), new SvxAutoKernItem(false,ITEMID_AUTOKERN), new SvxColorListItem(pColorList.get(),ITEMID_COLOR_TABLE), - new SvxBlinkItem(sal_False,ITEMID_BLINK), + new SvxBlinkItem(false,ITEMID_BLINK), new SvxEmphasisMarkItem(EMPHASISMARK_NONE,ITEMID_EMPHASISMARK), new SvxTwoLinesItem(sal_True,0,0,ITEMID_TWOLINES), new SvxCharRotateItem(0,sal_False,ITEMID_CHARROTATE), |