summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-11-17 13:14:59 +0900
committerTomaž Vajngerl <quikee@gmail.com>2017-11-17 13:40:37 +0100
commit7ff24c6619648164a8642642217709f1a29c89c1 (patch)
treed0a02e47df8eb50879adc2a32bbeb97320825267 /include
parent3b501c4478e5da43ea092c51e5afdb66790d028a (diff)
TSCP: change bold button to a toolbox button as bold icon
Change-Id: Ic1a96544c4b3a1f8d631535c8a5f43b6680539f4 Reviewed-on: https://gerrit.libreoffice.org/44860 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ClassificationDialog.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx
index 0033126f5e93..64a5206924e4 100644
--- a/include/svx/ClassificationDialog.hxx
+++ b/include/svx/ClassificationDialog.hxx
@@ -15,6 +15,7 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
+#include <vcl/toolbox.hxx>
#include <vcl/fixed.hxx>
#include <vcl/edit.hxx>
#include <vcl/layout.hxx>
@@ -40,7 +41,7 @@ private:
VclPtr<PushButton> m_pOkButton;
VclPtr<ClassificationEditView> m_pEditWindow;
VclPtr<PushButton> m_pSignButton;
- VclPtr<PushButton> m_pBoldButton;
+ VclPtr<ToolBox> m_pToolBox;
VclPtr<ListBox> m_pClassificationListBox;
VclPtr<ListBox> m_pRecentlyUsedListBox;
VclPtr<ListBox> m_pInternationalClassificationListBox;
@@ -61,6 +62,7 @@ private:
sal_Int32 m_nCurrentSelectedCategory;
DECL_LINK(ButtonClicked, Button*, void);
+ DECL_LINK(SelectToolboxHdl, ToolBox*, void);
DECL_LINK(SelectClassificationHdl, ListBox&, void);
DECL_LINK(SelectMarkingHdl, ListBox&, void);
DECL_LINK(SelectIPPartNumbersHdl, ListBox&, void);