summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/viewdlg.cxx')
-rw-r--r--sw/source/ui/uiview/viewdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/viewdlg.cxx b/sw/source/ui/uiview/viewdlg.cxx
index 392306804073..b41d6ca345e5 100644
--- a/sw/source/ui/uiview/viewdlg.cxx
+++ b/sw/source/ui/uiview/viewdlg.cxx
@@ -41,7 +41,7 @@ void SwView::ExecDlg(SfxRequest &rReq)
sal_uInt16 nSlot = rReq.GetSlot();
if(pArgs)
- pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem );
+ pArgs->GetItemState( GetPool().GetWhich(nSlot), false, &pItem );
switch ( nSlot )
{