diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-15 16:12:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-15 20:50:04 +0100 |
commit | 490269200e40ead201cc48b450b5e4b1d8147e24 (patch) | |
tree | 746f0ece6e05e2379b2785b33f63cee71cb60ec4 /sc/inc | |
parent | ce31d3cd23510fb545b0f923ea24fb3cb5303780 (diff) |
weld ScDPFunctionDlg
Change-Id: I49428a9e6cd07a962c55939477f8408822170590
Reviewed-on: https://gerrit.libreoffice.org/67881
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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, |