diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-17 08:16:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-17 11:23:49 +0200 |
commit | 6e204253d4cf3be0b9ad136e922ec4fbb2523fe6 (patch) | |
tree | 28895697a5b69314ec68c194a3e4f7a7819c8403 /sfx2 | |
parent | d0eee591e01263fc5681e2ce64327f540e49280e (diff) |
use Deactivate
which is closer to how it was before welding
Change-Id: If43e2109d9c511a3e8f191b7704dc42aa06b7353
Reviewed-on: https://gerrit.libreoffice.org/70858
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index 230b165cee0f..c97560e75406 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -425,10 +425,10 @@ void SfxModelessDialogController::Activate() IMPL_LINK_NOARG(SfxDialogController, FocusOutHdl, weld::Widget&, void) { - DeActivate(); + Deactivate(); } -void SfxModelessDialogController::DeActivate() +void SfxModelessDialogController::Deactivate() { if (!m_xImpl) return; |