summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-01-21 16:38:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-01-28 22:23:31 +0100
commitdfbf810ce521f1342dc1f13a6815762c2d7359ce (patch)
treebe29c2bb7e867efc620efedaffa018d3531d1b6d /cui/source/inc
parent0577a1a303b3b24f2aee86a36041507bc0e8548a (diff)
tdf#127112 repair "sticky" levels in Customize numbering style dialog
Change-Id: Ifa841e7b63b28d6e0f84f5cd6b1800481b36425b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87645 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/numpages.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index 56131e25c841..d03f44a868e2 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -203,6 +203,8 @@ class SvxNumOptionsTabPage : public SfxTabPage
Size aInitSize[SVX_MAX_NUM];
+ ImplSVEvent* m_pLevelHdlEvent;
+
bool bLastWidthModified : 1;
bool bModified : 1;
bool bPreset : 1;
@@ -262,6 +264,7 @@ class SvxNumOptionsTabPage : public SfxTabPage
DECL_LINK(NumberTypeSelectHdl_Impl, weld::ComboBox&, void);
DECL_LINK(LevelHdl_Impl, weld::TreeView&, void);
+ DECL_LINK(LevelHdl, void *, void);
DECL_LINK(PopupActivateHdl_Impl, weld::ToggleButton&, void);
DECL_LINK(GraphicHdl_Impl, const OString&, void);
DECL_LINK(BulletHdl_Impl, weld::Button&, void);