diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-11-02 14:15:55 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-11-02 07:35:02 +0100 |
commit | 270596b0e98ee32f1d4224751a8be51a4af9ac91 (patch) | |
tree | 20c8399fba26850736f83b69a272fb16da375cb6 /include/svx/ClassificationDialog.hxx | |
parent | dc57c8ce3070b2a99ca312fbc349e6331b703ef7 (diff) |
TSCP: change double-click to single for IP part list box
Change-Id: I1ec96ddbb4bba76b82d32a09fd2f47e46c64fc16
Reviewed-on: https://gerrit.libreoffice.org/44185
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx/ClassificationDialog.hxx')
-rw-r--r-- | include/svx/ClassificationDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |