diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-11-01 19:16:54 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-11-02 07:30:31 +0100 |
commit | aa73ca2e5420dfceeccf19d7e2d5d4f367dd01da (patch) | |
tree | 857cee0098ec0de68303e06d2808e70d9be256d3 /include | |
parent | a0a287f566e548177847bdb69cba230089b44e54 (diff) |
TSCP: add recently used to advanced classification dialog
Change-Id: Ic084104b28dbcc439d98cd08a89a7ddc6f291878
Reviewed-on: https://gerrit.libreoffice.org/44158
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ClassificationDialog.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx index a7825fef4a53..36eab811d491 100644 --- a/include/svx/ClassificationDialog.hxx +++ b/include/svx/ClassificationDialog.hxx @@ -30,6 +30,7 @@ private: VclPtr<PushButton> m_pSignButton; VclPtr<PushButton> m_pBoldButton; VclPtr<ListBox> m_pClassificationListBox; + VclPtr<ListBox> m_pRecentlyUsedListBox; VclPtr<ListBox> m_pInternationalClassificationListBox; VclPtr<ListBox> m_pMarkingListBox; VclPtr<ListBox> m_pIntellectualPropertyPartListBox; @@ -47,6 +48,7 @@ private: DECL_LINK(SelectClassificationHdl, ListBox&, void); DECL_LINK(SelectMarkingHdl, ListBox&, void); DECL_LINK(SelectIPPartNumbersHdl, ListBox&, void); + DECL_LINK(SelectRecentlyUsedHdl, ListBox&, void); DECL_LINK(DoubleClickIPPartHdl, ListBox&, void); void insertField(ClassificationType eType, OUString const & rString, OUString const & rFullString); |