summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-02-25 10:56:06 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-02-25 10:56:51 +0900
commit359b0ebc911b3bba30d0bb715a49ba335c413d28 (patch)
tree4d4179daa7df69591453b89cb899e8470730dded /sw/source/ui/chrdlg
parent227be92635a6c1a1cc46b2b547eccd5a1a8cd583 (diff)
sal_Bool to bool
Change-Id: Iee9b03c8c5e8c226710822108b3503b0ee4f9717
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/drpcps.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index 3ef4051018c7..1b2cc0c58da6 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -622,7 +622,7 @@ void SwDropCapsPage::Reset(const SfxItemSet &rSet)
aDistanceField.SetValue(0);
}
- ::FillCharStyleListBox(aTemplateBox, rSh.GetView().GetDocShell(), sal_True);
+ ::FillCharStyleListBox(aTemplateBox, rSh.GetView().GetDocShell(), true);
aTemplateBox.InsertEntry(SW_RESSTR(SW_STR_NONE), 0);