summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2015-10-28 16:11:55 +0100
committerOliver Specht <oliver.specht@cib.de>2015-10-29 06:46:26 +0000
commitfbff75a64c7449aac85d640f67b1de147db35c3e (patch)
tree56a52dbcca0e3a5b32f3d0277c3f236f4de8286a /sw/source/uibase/inc
parent4aab13f77e5dc218d067ca7efe3622f4ea780bf9 (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')
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx1
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;