summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/tabcontr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/tabcontr.cxx')
-rw-r--r--sd/source/ui/view/tabcontr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx
index 194d065e6eb3..908e3e570905 100644
--- a/sd/source/ui/view/tabcontr.cxx
+++ b/sd/source/ui/view/tabcontr.cxx
@@ -351,13 +351,13 @@ bool TabControl::DeactivatePage()
return pDrViewSh->IsSwitchPageAllowed();
}
-void TabControl::SendActivatePageEvent (void)
+void TabControl::SendActivatePageEvent()
{
CallEventListeners (VCLEVENT_TABBAR_PAGEACTIVATED,
reinterpret_cast<void*>(GetCurPageId()));
}
-void TabControl::SendDeactivatePageEvent (void)
+void TabControl::SendDeactivatePageEvent()
{
CallEventListeners (VCLEVENT_TABBAR_PAGEDEACTIVATED,
reinterpret_cast<void*>(GetCurPageId()));