diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-16 12:43:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-16 16:30:02 +0200 |
commit | c2164850f20d9342db94faa84c78fbb5b976552e (patch) | |
tree | 15175bd28adb75714da43485ce5bcdac9c0eec0f /include | |
parent | 89d020bc5887077a2e5175bcaec7cd7e4c453305 (diff) |
cid#1539911 Big parameter passed by value
Change-Id: I761fb02d80a224a4b170bb287169da923a003d99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155736
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index bde7dee39660..f43df12970cc 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -141,6 +141,7 @@ public: const WhichRangesContainer& GetInputRanges( const SfxItemPool& ); void SetInputSet( const SfxItemSet* pInSet ); const SfxItemSet* GetOutputItemSet() const { return m_pOutSet.get(); } + const SfxItemSet* GetInputItemSet() const { return m_pSet.get(); } virtual weld::Button& GetOKButton() const override { return *m_xOKBtn; } weld::Button& GetCancelButton() const { return *m_xCancelBtn; } |