summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-03-16 09:55:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-03-16 14:37:47 +0000
commitbda036f0fe34cb8f20e1d4441f1514bae68df69f (patch)
tree4fe3e1d53fa9140ad1c3c54fd6c34e37bab161d5 /include
parent44271f3997f2374d81a2336131fef7ac79499048 (diff)
update line controls preview if style changed
e.g. in page style dialog, footnote page, line menubutton, if theme changes from light<->dark while the dialog remains open Change-Id: If8ca8b2cf9c4e4d620ce0ea1c92c50accbc8ebcb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148981 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ctrlbox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 61dcba9c191c..57b9094284ee 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -254,6 +254,7 @@ private:
DECL_DLLPRIVATE_LINK(FocusHdl, weld::Widget&, void);
DECL_DLLPRIVATE_LINK(ToggleHdl, weld::Toggleable&, void);
DECL_DLLPRIVATE_LINK(NoneHdl, weld::Button&, void);
+ DECL_DLLPRIVATE_LINK(StyleUpdatedHdl, weld::Widget&, void);
void UpdateEntries();