From 270596b0e98ee32f1d4224751a8be51a4af9ac91 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 2 Nov 2017 14:15:55 +0900 Subject: TSCP: change double-click to single for IP part list box MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ec96ddbb4bba76b82d32a09fd2f47e46c64fc16 Reviewed-on: https://gerrit.libreoffice.org/44185 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/svx/ClassificationDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx index 043272f68c03..a03f9cb550ab 100644 --- a/include/svx/ClassificationDialog.hxx +++ b/include/svx/ClassificationDialog.hxx @@ -51,7 +51,7 @@ private: DECL_LINK(SelectMarkingHdl, ListBox&, void); DECL_LINK(SelectIPPartNumbersHdl, ListBox&, void); DECL_LINK(SelectRecentlyUsedHdl, ListBox&, void); - DECL_LINK(DoubleClickIPPartHdl, ListBox&, void); + DECL_LINK(SelectIPPartHdl, ListBox&, void); void insertField(ClassificationType eType, OUString const & rString, OUString const & rFullString); -- cgit