diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 1d6e00d26c8f..9fc0bdbf32a7 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -471,10 +471,10 @@ public: virtual VclPtr<AbstractScPivotFilterDlg> CreateScPivotFilterDlg(vcl::Window* pParent, const SfxItemSet& rArgSet, sal_uInt16 nSourceTab) = 0; - virtual VclPtr<AbstractScDPFunctionDlg> CreateScDPFunctionDlg( vcl::Window* pParent, - const ScDPLabelDataVector& rLabelVec, - const ScDPLabelData& rLabelData, - const ScPivotFuncData& rFuncData ) = 0; + virtual VclPtr<AbstractScDPFunctionDlg> CreateScDPFunctionDlg(weld::Window* pParent, + const ScDPLabelDataVector& rLabelVec, + const ScDPLabelData& rLabelData, + const ScPivotFuncData& rFuncData ) = 0; virtual VclPtr<AbstractScDPSubtotalDlg> CreateScDPSubtotalDlg(weld::Window* pParent, ScDPObject& rDPObj, |