summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-11-02 09:37:07 +0900
committerTomaž Vajngerl <quikee@gmail.com>2017-11-02 07:34:45 +0100
commitdc57c8ce3070b2a99ca312fbc349e6331b703ef7 (patch)
tree2fcc6176e24c3e3db4e333f72b645d6901f7fbf8 /include/svx
parentaa73ca2e5420dfceeccf19d7e2d5d4f367dd01da (diff)
TSCP: hide markings widgets if the list of markings is empty
Change-Id: I0d4a821935ef29b020409a34259a0c1fc487388f Reviewed-on: https://gerrit.libreoffice.org/44183 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/ClassificationDialog.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx
index 36eab811d491..043272f68c03 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/fixed.hxx>
#include <vcl/edit.hxx>
#include <svx/svxdllapi.h>
#include <svx/ClassificationEditView.hxx>
@@ -32,6 +33,7 @@ private:
VclPtr<ListBox> m_pClassificationListBox;
VclPtr<ListBox> m_pRecentlyUsedListBox;
VclPtr<ListBox> m_pInternationalClassificationListBox;
+ VclPtr<FixedText> m_pMarkingLabel;
VclPtr<ListBox> m_pMarkingListBox;
VclPtr<ListBox> m_pIntellectualPropertyPartListBox;
VclPtr<ListBox> m_pIntellectualPropertyPartNumberListBox;