summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/BulletAndPositionDlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-16 20:50:37 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-05-17 21:29:48 +0200
commit26203fd60631a091739cbba7cc7220429e1b9d21 (patch)
tree35c10bb20166269031463709943c5e6034903e2d /sd/source/ui/inc/BulletAndPositionDlg.hxx
parenttdf#147220 sw_redlinehide: update frames in ReplaceRangeImpl() (diff)
downloadcore-26203fd60631a091739cbba7cc7220429e1b9d21.tar.gz
core-26203fd60631a091739cbba7cc7220429e1b9d21.zip
Resolves: tdf#149093 connect_value_change if we will query its value
and not the text_change which is called before the value is parsed from the new text Change-Id: Ib6bd5647139f1b79f299beb42b704b465ddf535c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134368 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd/source/ui/inc/BulletAndPositionDlg.hxx')
-rw-r--r--sd/source/ui/inc/BulletAndPositionDlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/BulletAndPositionDlg.hxx b/sd/source/ui/inc/BulletAndPositionDlg.hxx
index b6984af8ccb5..2d03db6fa916 100644
--- a/sd/source/ui/inc/BulletAndPositionDlg.hxx
+++ b/sd/source/ui/inc/BulletAndPositionDlg.hxx
@@ -124,6 +124,7 @@ class SvxBulletAndPositionDlg : public weld::GenericDialogController
DECL_LINK(SizeHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(RatioHdl_Impl, weld::Toggleable&, void);
DECL_LINK(EditModifyHdl_Impl, weld::Entry&, void);
+ DECL_LINK(SpinModifyHdl_Impl, weld::SpinButton&, void);
DECL_LINK(BulColorHdl_Impl, ColorListBox&, void);
DECL_LINK(BulRelSizeHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(PreviewInvalidateHdl_Impl, Timer*, void);