diff options
author | Oliver Specht <oliver.specht@cib.de> | 2015-10-28 16:11:55 +0100 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-10-29 06:46:26 +0000 |
commit | fbff75a64c7449aac85d640f67b1de147db35c3e (patch) | |
tree | 56a52dbcca0e3a5b32f3d0277c3f236f4de8286a /sw/source/uibase/inc/swuiidxmrk.hxx | |
parent | 4aab13f77e5dc218d067ca7efe3622f4ea780bf9 (diff) |
tdf#89337: Fixing crash in edit/index dialog, again
the fix of tdf#92732 moved the crash from pressing Close/OK to
pressing the window closer. Now the CareWindow is set in dispose
and this works for all
Change-Id: Id9c272acec48890556a5042c0f5310e69c0a67da
Reviewed-on: https://gerrit.libreoffice.org/19645
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r-- | sw/source/uibase/inc/swuiidxmrk.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index 44db42e84b95..41ab57482e67 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -170,6 +170,7 @@ public: SwIndexMarkModalDlg(vcl::Window *pParent, SwWrtShell& rSh, SwTOXMark* pCurTOXMark); virtual void Apply() override; + virtual void dispose() override; }; class SwAuthMarkModalDlg; |