[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 26 05:13:57 UTC 2018


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

New commits:
commit bb74df3f1e9feca233cec19e9ade86cd9dbcf195
Author:     Jim Raykowski <raykowj at gmail.com>
AuthorDate: Wed Oct 24 16:34:05 2018 -0800
Commit:     Jim Raykowski <raykowj at 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 <raykowj at 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;
 }
 


More information about the Libreoffice-commits mailing list