diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-10 20:37:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-11 11:54:03 +0100 |
commit | 9b3dca4fef7cca1848e287ddb0f7af68808b6909 (patch) | |
tree | 6f8d55ebc9782df03ee4ff55ace409a8128b9a39 /sc/inc | |
parent | 3e8574c959492b9d3b0129ba090be8c597cd2f13 (diff) |
CreateScSubTotalDlg always called with a non-null pArgSet
Change-Id: I8a13a66ab7ce55a48896a921dc3b91594abefbc4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109068
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 1dc22aa88fea..e6971503a051 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -538,7 +538,7 @@ public: bool bPage /*true : page, false: para*/) = 0; virtual VclPtr<SfxAbstractTabDialog> CreateScSubTotalDlg(weld::Window* pParent, - const SfxItemSet* pArgSet) = 0; + const SfxItemSet& rArgSet) = 0; virtual VclPtr<SfxAbstractTabDialog> CreateScCharDlg(weld::Window* pParent, const SfxItemSet* pAttr, const SfxObjectShell* pDocShell, bool bDrawText) = 0; |