sw/source/uibase/cctrl/actctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb74df3f1e9feca233cec19e9ade86cd9dbcf195
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Wed Oct 24 16:34:05 2018 -0800
Commit:     Jim Raykowski <rayk...@gmail.com>
CommitDate: Fri Oct 26 07:13:31 2018 +0200

    tdf#120888 Use event notify result
    
    Change-Id: Ic85f7182b66f9f5c31b612e5a93299496e874fc0
    Reviewed-on: https://gerrit.libreoffice.org/62381
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>

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;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to