Call corresponding base class method in SpellDialog::Deactivate
commit5aa42d256fa5081d79da3eb21ddd8000d7b6cc1c
authorMichael Weghorn <m.weghorn@posteo.de>
Thu, 17 Mar 2022 07:26:59 +0000 (17 08:26 +0100)
committerXisco Fauli <xiscofauli@libreoffice.org>
Mon, 21 Mar 2022 12:34:58 +0000 (21 13:34 +0100)
tree2351f055b6ec579316b028b0c467bbf6ae3c66ca
parent03df3e2d107ac8fb2a01c5a536a095466f641bb5
Call corresponding base class method in SpellDialog::Deactivate

At a quick glance, the fact that `SpellDialog::Deactivate`
previously did the same as `SpellDialog::Activate` looks
like a copy-paste mistake; both were added in

    commit 5261417cbb3051b812164838d19c0f748573df45
    Date:   Fri Jun 14 21:56:44 2019 +0100

        weld SpellDialog

Change-Id: Ib06d19e46470141d5bfcfc7e790160c1879b6a00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131598
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
cui/source/dialogs/SpellDialog.cxx