summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/pardlg.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-08 10:09:22 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-08 10:10:30 +0900
commitff927ba4272aa8f115472577ec9393df19016f2a (patch)
treef7f8b328679cccffe26634cb8ee044ee947ed3c3 /sw/source/ui/chrdlg/pardlg.cxx
parentdce241f933f076e256ef8f2c3e8b8e5e9e3efa7f (diff)
sal_Bool to bool
Change-Id: I4e4063321da69d45d14a2fc870c33ea8ae46e4ef
Diffstat (limited to 'sw/source/ui/chrdlg/pardlg.cxx')
-rw-r--r--sw/source/ui/chrdlg/pardlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx
index 7c04aab26782..e083812a624d 100644
--- a/sw/source/ui/chrdlg/pardlg.cxx
+++ b/sw/source/ui/chrdlg/pardlg.cxx
@@ -104,7 +104,7 @@ SwParaDlg::SwParaDlg(Window *pParent,
RemoveTabPage(TP_PARA_ASIAN);
sal_uInt16 nWhich(rCoreSet.GetPool()->GetWhich(SID_ATTR_LRSPACE));
- sal_Bool bLRValid = SFX_ITEM_AVAILABLE <= rCoreSet.GetItemState(nWhich);
+ bool bLRValid = SFX_ITEM_AVAILABLE <= rCoreSet.GetItemState(nWhich);
if(bHtmlMode || !bLRValid)
RemoveTabPage(TP_TABULATOR);
else