[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 21 19:15:37 UTC 2019
sw/source/uibase/fldui/fldwrap.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 2cd88135cf1b6260b34ba5148ec00c18818bfed3
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jun 21 15:41:05 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 21 21:13:24 2019 +0200
field dialogs all welded
Change-Id: I0a468ec6926b8b1cd5666839ea0de192c6d11d16
Reviewed-on: https://gerrit.libreoffice.org/74525
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/uibase/fldui/fldwrap.cxx b/sw/source/uibase/fldui/fldwrap.cxx
index 69cb72de640a..ce704d0ab51d 100644
--- a/sw/source/uibase/fldui/fldwrap.cxx
+++ b/sw/source/uibase/fldui/fldwrap.cxx
@@ -47,8 +47,6 @@ IMPL_LINK_NOARG(SwChildWinWrapper, UpdateHdl, Timer *, void)
{
if (GetController())
GetController()->Activate(); // update dialog
- else if (GetWindow())
- GetWindow()->Activate(); // update dialog
}
// newly initialise dialog after Doc switch
More information about the Libreoffice-commits
mailing list