summaryrefslogtreecommitdiffstats
path: root/extensions/source/dbpilots/listcombowizard.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/listcombowizard.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/listcombowizard.hxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx
index d01d270f858b..6fad3011006b 100644
--- a/extensions/source/dbpilots/listcombowizard.hxx
+++ b/extensions/source/dbpilots/listcombowizard.hxx
@@ -109,7 +109,7 @@ namespace dbp
virtual bool commitPage( ::vcl::WizardTypes::CommitPageReason _eReason ) override;
virtual bool canAdvance() const override;
- DECL_LINK( OnTableDoubleClicked, weld::TreeView&, void );
+ DECL_LINK( OnTableDoubleClicked, weld::TreeView&, bool );
DECL_LINK( OnTableSelected, weld::TreeView&, void );
};
@@ -125,7 +125,7 @@ namespace dbp
private:
DECL_LINK( OnFieldSelected, weld::TreeView&, void );
- DECL_LINK( OnTableDoubleClicked, weld::TreeView&, void );
+ DECL_LINK( OnTableDoubleClicked, weld::TreeView&, bool );
// OWizardPage overridables
virtual void initializePage() override;