summaryrefslogtreecommitdiff
path: root/svx/source/form/fmview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-12 11:14:12 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:33 +0200
commitc2324940d384186ff02581e49a24ea8235cd584c (patch)
tree222ba3b7e545e0139cf7c4fe2ca7e95fbb73849f /svx/source/form/fmview.cxx
parent4bdf7bf87cd2a48b0b8a77d6cbb6f77bdfc5a8a9 (diff)
sfx2: sal_Bool->bool
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
Diffstat (limited to 'svx/source/form/fmview.cxx')
-rw-r--r--svx/source/form/fmview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index 9f00a6b42cb8..d9b5acd5f72d 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -341,7 +341,7 @@ SdrPageView* FmFormView::ShowSdrPage(SdrPage* pPage)
pFormShellImpl->UpdateForms( sal_True );
// damit der Formular-Navigator auf den Seitenwechsel reagieren kann
- pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_FMEXPLORER_CONTROL , sal_True, sal_False);
+ pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_FMEXPLORER_CONTROL, true, false);
pFormShellImpl->SetSelection(GetMarkedObjectList());
}