summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvfundlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/pvfundlg.cxx')
-rw-r--r--sc/source/ui/dbgui/pvfundlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/pvfundlg.cxx b/sc/source/ui/dbgui/pvfundlg.cxx
index a5059863edd2..55a4fd42e119 100644
--- a/sc/source/ui/dbgui/pvfundlg.cxx
+++ b/sc/source/ui/dbgui/pvfundlg.cxx
@@ -216,7 +216,7 @@ ScDPFunctionDlg::ScDPFunctionDlg(
ScDPFunctionDlg::~ScDPFunctionDlg()
{
- dispose();
+ disposeOnce();
}
void ScDPFunctionDlg::dispose()
@@ -452,7 +452,7 @@ ScDPSubtotalDlg::ScDPSubtotalDlg( vcl::Window* pParent, ScDPObject& rDPObj,
ScDPSubtotalDlg::~ScDPSubtotalDlg()
{
- dispose();
+ disposeOnce();
}
void ScDPSubtotalDlg::dispose()
@@ -584,7 +584,7 @@ ScDPSubtotalOptDlg::ScDPSubtotalOptDlg( vcl::Window* pParent, ScDPObject& rDPObj
ScDPSubtotalOptDlg::~ScDPSubtotalOptDlg()
{
- dispose();
+ disposeOnce();
}
void ScDPSubtotalOptDlg::dispose()
@@ -866,7 +866,7 @@ ScDPShowDetailDlg::ScDPShowDetailDlg( vcl::Window* pParent, ScDPObject& rDPObj,
ScDPShowDetailDlg::~ScDPShowDetailDlg()
{
- dispose();
+ disposeOnce();
}
void ScDPShowDetailDlg::dispose()