summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-25 10:43:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-25 10:44:33 +0900
commit17deff0c9a066ab4208747062577ab700dac60ef (patch)
tree53ce2d59ec2d4f65a42fe1274505e58593255ee2 /sw/source/ui/fldui/fldtdlg.cxx
parentbc84545cb2c58f1f267ed2efb770bb5624ee7c70 (diff)
sal_Bool to bool
Change-Id: I3a18222fe21c05edc87e480086be7e4faef3219c
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 684a5662a524..f7d651154527 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -273,7 +273,7 @@ void SwFldDlg::Activate()
SwView* pView = ::GetActiveView();
if( pView )
{
- sal_Bool bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0;
+ bool bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0;
const SwWrtShell& rSh = pView->GetWrtShell();
GetOKButton().Enable( !rSh.IsReadOnlyAvailable() ||
!rSh.HasReadonlySel() );