summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r--fpicker/source/office/iodlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 6c275e7b4010..b1c1412eb9cd 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -359,7 +359,7 @@ public:
, _pSplitter(NULL)
{
}
- virtual ~CustomContainer() { dispose(); }
+ virtual ~CustomContainer() { disposeOnce(); }
virtual void dispose() SAL_OVERRIDE
{
_pFileView.clear();
@@ -411,7 +411,7 @@ public:
SvtFileDialog::~SvtFileDialog()
{
- dispose();
+ disposeOnce();
}
void SvtFileDialog::dispose()
@@ -2850,7 +2850,7 @@ QueryFolderNameDialog::QueryFolderNameDialog(vcl::Window* _pParent,
QueryFolderNameDialog::~QueryFolderNameDialog()
{
- dispose();
+ disposeOnce();
}
void QueryFolderNameDialog::dispose()