summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-03-06 15:07:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-03-06 20:39:13 +0100
commite3b14639dca24f5ca559044651d2140f8f4a0e74 (patch)
tree471094ff37cc147cedd93ea37acb9eb0e3946894 /sw/source/uibase/inc
parent8d11b953c0a69f4f5eb5ca42dec3812a62d0cd0f (diff)
focus getting stuck in the navigator spinbutton
Change-Id: I483cb726d6abc7cad41244e26811fb6e98d9fb3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90113 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/navipi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index 6d48e6cda665..1404d826da83 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -101,7 +101,7 @@ class SwNavigationPI : public PanelLayout
DECL_LINK( MenuSelectHdl, Menu *, bool );
DECL_LINK( ChangePageHdl, Timer*, void );
DECL_LINK( PageEditModifyHdl, weld::SpinButton&, void );
- void EditAction();
+ bool EditAction();
void UsePage();
protected: