summaryrefslogtreecommitdiff
path: root/include/svx/rubydialog.hxx
diff options
context:
space:
mode:
authorJonathan Clark <jonathan@libreoffice.org>2024-09-10 09:06:51 -0600
committerJonathan Clark <jonathan@libreoffice.org>2024-09-12 05:04:53 +0200
commit3d9b8701cb1751e4139ffa24f72bb836eb877fd1 (patch)
tree4095a293207548549b5cea4d07f864b48e56d3d7 /include/svx/rubydialog.hxx
parente0a5b29f653a314727e23489a3e98daff8386ff6 (diff)
tdf#107184 sw: Added base text group feature to Asian Phonetic Guide
This change adds a new button, Group, to the Asian Phonetic Guide. Clicking on this button will automatically merge all base text runs into a single base text run. Change-Id: I8bc2881f0c31d501f8a347156145a483bb4c96cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173241 Reviewed-by: Jonathan Clark <jonathan@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'include/svx/rubydialog.hxx')
-rw-r--r--include/svx/rubydialog.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx
index 655b4f2ae049..30b284ee0fbd 100644
--- a/include/svx/rubydialog.hxx
+++ b/include/svx/rubydialog.hxx
@@ -83,6 +83,8 @@ class SvxRubyDialog final : public SfxModelessDialogController
std::unique_ptr<weld::ComboBox> m_xCharStyleLB;
std::unique_ptr<weld::Button> m_xStylistPB;
+ std::unique_ptr<weld::Button> m_xSelectionGroupPB;
+
std::unique_ptr<weld::Button> m_xApplyPB;
std::unique_ptr<weld::Button> m_xClosePB;
@@ -92,6 +94,7 @@ class SvxRubyDialog final : public SfxModelessDialogController
std::unique_ptr<RubyPreview> m_xPreviewWin;
std::unique_ptr<weld::CustomWeld> m_xPreview;
+ DECL_LINK(SelectionGroup_Impl, weld::Button&, void);
DECL_LINK(ApplyHdl_Impl, weld::Button&, void);
DECL_LINK(CloseHdl_Impl, weld::Button&, void);
DECL_LINK(StylistHdl_Impl, weld::Button&, void);