summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/viewfrm.cxx')
-rw-r--r--sfx2/source/view/viewfrm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 87a791515c42..521c66932b40 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -948,13 +948,13 @@ void SfxViewFrame::ExecHistory_Impl( SfxRequest &rReq )
case SID_UNDO:
pShUndoMgr->Undo();
- GetBindings().InvalidateAll(sal_False);
+ GetBindings().InvalidateAll(false);
bOK = sal_True;
break;
case SID_REDO:
pShUndoMgr->Redo();
- GetBindings().InvalidateAll(sal_False);
+ GetBindings().InvalidateAll(false);
bOK = sal_True;
break;
@@ -1295,7 +1295,7 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
rBind.Invalidate( SID_DOCINFO_TITLE );
rBind.Invalidate( SID_EDITDOC );
- pDispat->GetBindings()->InvalidateAll(sal_True);
+ pDispat->GetBindings()->InvalidateAll(true);
pDispat->SetReadOnly_Impl( bIsReadOnly );
// Only force and Dispatcher-Update, if it is done next