summaryrefslogtreecommitdiffstats
path: root/extensions/source/dbpilots/gridwizard.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-05 18:36:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-06 22:14:17 +0200
commit48595c805dd5b917e9bd01ad1c2deb4a047c5f7b (patch)
treef1dd7b638b78694cd5ac635e0de6be3ca1d13042 /extensions/source/dbpilots/gridwizard.hxx
parentwe can use Span for the cache key here (diff)
downloadcore-48595c805dd5b917e9bd01ad1c2deb4a047c5f7b.tar.gz
core-48595c805dd5b917e9bd01ad1c2deb4a047c5f7b.zip
Related: tdf#127935 set default activate handler to toggle row expansion
Change-Id: I2bbfb1445b8d2e748f642cdf4723d41b7f072e2b Reviewed-on: https://gerrit.libreoffice.org/80305 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/source/dbpilots/gridwizard.hxx')
-rw-r--r--extensions/source/dbpilots/gridwizard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/gridwizard.hxx b/extensions/source/dbpilots/gridwizard.hxx
index c8258cd88b2d..5eb9732bd6fd 100644
--- a/extensions/source/dbpilots/gridwizard.hxx
+++ b/extensions/source/dbpilots/gridwizard.hxx
@@ -94,7 +94,7 @@ namespace dbp
DECL_LINK(OnMoveOneEntry, weld::Button&, void);
DECL_LINK(OnMoveAllEntries, weld::Button&, void);
DECL_LINK(OnEntrySelected, weld::TreeView&, void);
- DECL_LINK(OnEntryDoubleClicked, weld::TreeView&, void);
+ DECL_LINK(OnEntryDoubleClicked, weld::TreeView&, bool);
void implCheckButtons();
};