diff options
Diffstat (limited to 'sw/source/ui/frmdlg/cption.cxx')
-rw-r--r-- | sw/source/ui/frmdlg/cption.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx index 22709debcdce..b30f2be25e94 100644 --- a/sw/source/ui/frmdlg/cption.cxx +++ b/sw/source/ui/frmdlg/cption.cxx @@ -411,7 +411,13 @@ void SwCaptionDialog::DrawSample() SwCaptionDialog::~SwCaptionDialog() { + dispose(); +} + +void SwCaptionDialog::dispose() +{ delete pMgr; + SvxStandardDialog::dispose(); } SwSequenceOptionDialog::SwSequenceOptionDialog( vcl::Window *pParent, SwView &rV, |