diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/HeaderFooterWin.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/docvw/PageBreakWin.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/docvw/UnfloatTableButton.cxx | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/HeaderFooterWin.cxx b/sw/source/uibase/docvw/HeaderFooterWin.cxx index 2232c7b8d4cd..d8ae3e80d062 100644 --- a/sw/source/uibase/docvw/HeaderFooterWin.cxx +++ b/sw/source/uibase/docvw/HeaderFooterWin.cxx @@ -207,6 +207,7 @@ void SwHeaderFooterWin::dispose() m_pLine.disposeAndClear(); m_xPushButton.reset(); m_xMenuButton.reset(); + m_xVirDev.disposeAndClear(); SwFrameMenuButtonBase::dispose(); } diff --git a/sw/source/uibase/docvw/PageBreakWin.cxx b/sw/source/uibase/docvw/PageBreakWin.cxx index 535f02b85a25..7a9022e01778 100644 --- a/sw/source/uibase/docvw/PageBreakWin.cxx +++ b/sw/source/uibase/docvw/PageBreakWin.cxx @@ -134,7 +134,7 @@ void SwPageBreakWin::dispose() { m_bDestroyed = true; m_aFadeTimer.Stop(); - + m_xVirDev.disposeAndClear(); m_pLine.disposeAndClear(); m_xMenuButton.reset(); diff --git a/sw/source/uibase/docvw/UnfloatTableButton.cxx b/sw/source/uibase/docvw/UnfloatTableButton.cxx index 24e6780e1ed2..803c851a5dbb 100644 --- a/sw/source/uibase/docvw/UnfloatTableButton.cxx +++ b/sw/source/uibase/docvw/UnfloatTableButton.cxx @@ -61,6 +61,7 @@ UnfloatTableButton::~UnfloatTableButton() { disposeOnce(); } void UnfloatTableButton::dispose() { m_xPushButton.reset(); + m_xVirDev.disposeAndClear(); SwFrameMenuButtonBase::dispose(); } |