summaryrefslogtreecommitdiff
path: root/sw/source/uibase/cctrl
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/cctrl')
-rw-r--r--sw/source/uibase/cctrl/actctrl.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/uibase/cctrl/actctrl.cxx b/sw/source/uibase/cctrl/actctrl.cxx
index 8a2a501b5855..95b97d6b186f 100644
--- a/sw/source/uibase/cctrl/actctrl.cxx
+++ b/sw/source/uibase/cctrl/actctrl.cxx
@@ -21,11 +21,6 @@
#include <vcl/builderfactory.hxx>
#include "actctrl.hxx"
-void NumEditAction::Action()
-{
- aActionLink.Call( *this );
-}
-
bool NumEditAction::Notify( NotifyEvent& rNEvt )
{
bool bHandled = false;
@@ -38,7 +33,7 @@ bool NumEditAction::Notify( NotifyEvent& rNEvt )
if( aKeyCode.GetCode() == KEY_RETURN &&
!nModifier)
{
- Action();
+ aActionLink.Call( *this );
bHandled = true;
}