diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-02-18 19:03:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-02-18 21:50:35 +0100 |
commit | 76aea63d8055e9bb8d2edc85a739c9a48a7f8d96 (patch) | |
tree | 8d349ead13f4743341dd2c12e1528e19d6a81a5e /sw | |
parent | 3ed222f6497cf6b2b54d90a4de80fe2db9130f59 (diff) |
uitest: call base class Activate in modeless dialogs
Change-Id: I342e925a5dbc178962f720f1efc9ee001d235718
Reviewed-on: https://gerrit.libreoffice.org/49941
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/misc/redlndlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx index 05a9aa77265f..3ac0dbd537aa 100644 --- a/sw/source/uibase/misc/redlndlg.cxx +++ b/sw/source/uibase/misc/redlndlg.cxx @@ -112,10 +112,12 @@ void SwModelessRedlineAcceptDlg::Activate() if (!bMod) pSh->ResetModified(); pImplDlg->Init(); + SfxModelessDialog::Activate(); return; } + SfxModelessDialog::Activate(); pImplDlg->Activate(); } |