diff options
-rw-r--r-- | sw/source/uibase/cctrl/actctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/cctrl/actctrl.cxx b/sw/source/uibase/cctrl/actctrl.cxx index 71eb393d1d2d..c1e4da12e912 100644 --- a/sw/source/uibase/cctrl/actctrl.cxx +++ b/sw/source/uibase/cctrl/actctrl.cxx @@ -49,7 +49,7 @@ bool NumEditAction::EventNotify( NotifyEvent& rNEvt ) } } if(!bHandled) - NumericField::EventNotify(rNEvt); + bHandled = NumericField::EventNotify(rNEvt); return bHandled; } |