https://bugs.documentfoundation.org/show_bug.cgi?id=57667

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyBeginner,
                   |                            |easyHack, skillCpp, topicUI

--- Comment #9 from Heiko Tietze <[email protected]> ---
Code pointer:

In cui/source/dialogs/SpellDialog.cxx, m_xAutoCorrPB (the "Add to AutoCorrect"
button) calls IMPL_LINK( SpellDialog, ExtClickHdl, weld::Button&, rBtn, void )
while m_xChangePB (the button for "Correct") runs IMPL_LINK_NOARG(SpellDialog,
ChangeHdl, weld::Button&, void). So simply adding ChangeHdl(*m_xAutoCorrPB); to
the ExtClickHdl could do the trick.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to