diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-21 15:41:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-21 21:13:24 +0200 |
commit | 2cd88135cf1b6260b34ba5148ec00c18818bfed3 (patch) | |
tree | abd17f90a39a86fee1677180e45668e15a63e156 /sw | |
parent | a4261757b89f6a198261006a8c9aa6b4eb8e19fb (diff) |
field dialogs all welded
Change-Id: I0a468ec6926b8b1cd5666839ea0de192c6d11d16
Reviewed-on: https://gerrit.libreoffice.org/74525
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/fldui/fldwrap.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 |