diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-09 20:20:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-11 10:01:02 +0100 |
commit | c31e7723915a20e45698d8288816288ce9104af8 (patch) | |
tree | e38766a77738d3e445a919b6623939653a4fda1a /sc/inc/scabstdlg.hxx | |
parent | ccb2b0078f07194befa61f1e3fd88e53ff236871 (diff) |
weld ScSubTotalDlg
Change-Id: I34db4ff89aa8e91d882bcde94e9ecfb88f25d9a6
Reviewed-on: https://gerrit.libreoffice.org/68984
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 9fc0bdbf32a7..3c6812562c48 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -528,8 +528,8 @@ public: SfxStyleSheetBase& rStyleBase, bool bPage /*true : page, false: para*/) = 0; - virtual VclPtr<SfxAbstractTabDialog> CreateScSubTotalDlg( vcl::Window* pParent, - const SfxItemSet* pArgSet ) = 0; + virtual VclPtr<SfxAbstractTabDialog> CreateScSubTotalDlg(weld::Window* pParent, + const SfxItemSet* pArgSet) = 0; virtual VclPtr<SfxAbstractTabDialog> CreateScCharDlg(weld::Window* pParent, const SfxItemSet* pAttr, const SfxObjectShell* pDocShell) = 0; |