summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-11-17 21:36:44 +0900
committerTomaž Vajngerl <quikee@gmail.com>2017-11-18 01:16:57 +0100
commit133d617a7758acb342d82e5d446e165cd87e2cac (patch)
tree28c231d0e4b04f1a3ea028d940ac42b40856c03e /include
parent7d469172132ba5a1d11eb1200e996019ce645f0c (diff)
TSCP: remember the state of IP section expander state
Change-Id: I899c05a4260324fa4c5648d7164821eddb1ead08 Reviewed-on: https://gerrit.libreoffice.org/44879 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ClassificationDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx
index 64a5206924e4..d98f516d2015 100644
--- a/include/svx/ClassificationDialog.hxx
+++ b/include/svx/ClassificationDialog.hxx
@@ -69,7 +69,7 @@ private:
DECL_LINK(SelectRecentlyUsedHdl, ListBox&, void);
DECL_LINK(SelectIPPartHdl, ListBox&, void);
DECL_LINK(EditWindowModifiedHdl, LinkParamNone*, void);
-
+ DECL_LINK(ExpandedHdl, VclExpander&, void);
void insertField(ClassificationType eType, OUString const & rString, OUString const & rFullString, OUString const & rIdentifier = OUString());