diff options
Diffstat (limited to 'svx/source/sidebar/PanelLayout.cxx')
-rw-r--r-- | svx/source/sidebar/PanelLayout.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/PanelLayout.cxx b/svx/source/sidebar/PanelLayout.cxx index 2f492fe78270..74451ec9378e 100644 --- a/svx/source/sidebar/PanelLayout.cxx +++ b/svx/source/sidebar/PanelLayout.cxx @@ -105,11 +105,11 @@ void PanelLayout::setPosSizePixel(long nX, long nY, long nWidth, long nHeight, P VclContainer::setLayoutAllocation(*pChild, Point(0, 0), Size(nWidth, nHeight)); } -bool PanelLayout::Notify(NotifyEvent& rNEvt) +bool PanelLayout::EventNotify(NotifyEvent& rNEvt) { if (rNEvt.GetType() == MouseNotifyEvent::COMMAND) Accelerator::ToggleMnemonicsOnHierarchy(*rNEvt.GetCommandEvent(), this); - return Control::Notify( rNEvt ); + return Control::EventNotify( rNEvt ); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |