diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-11-02 15:21:31 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-11-02 10:10:58 +0100 |
commit | 8748b1afbfb419405d197fad7b95a2b10bfa1b3a (patch) | |
tree | 5fa330fc95ccbd69a72b36120b5743f14b7a5288 /include/svx | |
parent | d2397c08722b9acf84b7a03e1395f5391998cf84 (diff) |
TSCP: make configurable if IP section is expanded
Change-Id: I38b8c1da096c2b38f52defd8bb9a522e32fb881c
Reviewed-on: https://gerrit.libreoffice.org/44188
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-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 a03f9cb550ab..ddea7af12592 100644 --- a/include/svx/ClassificationDialog.hxx +++ b/include/svx/ClassificationDialog.hxx @@ -17,6 +17,7 @@ #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> #include <vcl/edit.hxx> +#include <vcl/layout.hxx> #include <svx/svxdllapi.h> #include <svx/ClassificationEditView.hxx> #include <sfx2/classificationhelper.hxx> @@ -39,6 +40,7 @@ private: VclPtr<ListBox> m_pIntellectualPropertyPartNumberListBox; VclPtr<PushButton> m_pIntellectualPropertyPartAddButton; VclPtr<Edit> m_pIntellectualPropertyPartEdit; + VclPtr<VclExpander> m_pIntellectualPropertyExpander; SfxClassificationHelper maHelper; SfxClassificationHelper maInternationalHelper; |