summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/macassgn.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-16 01:12:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-16 10:03:07 +0900
commite2d76d285611b5ab5b88f1849b7ffecd84c4aa65 (patch)
tree65a5c83184ba395f4ae40168938273628ef6a850 /sw/source/ui/dialog/macassgn.cxx
parent604936e0dcf256fa5a2fb95054a2d06810dd9191 (diff)
sal_Bool to bool
Change-Id: I6997b288f444c7f0a982e88a9549569ed816493e
Diffstat (limited to 'sw/source/ui/dialog/macassgn.cxx')
-rw-r--r--sw/source/ui/dialog/macassgn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/macassgn.cxx b/sw/source/ui/dialog/macassgn.cxx
index ebf586ac647f..6aeb1beb8325 100644
--- a/sw/source/ui/dialog/macassgn.cxx
+++ b/sw/source/ui/dialog/macassgn.cxx
@@ -46,7 +46,7 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType )
SfxEventNamesItem aItem(SID_EVENTCONFIG);
sal_uInt16 nHtmlMode = ::GetHtmlMode((const SwDocShell*)SfxObjectShell::Current());
- sal_Bool bHtmlMode = nHtmlMode & HTMLMODE_ON ? sal_True : sal_False;
+ bool bHtmlMode = nHtmlMode & HTMLMODE_ON;
switch( eType )
{