diff options
Diffstat (limited to 'sc/source/ui/inc/subtdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/subtdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/subtdlg.hxx b/sc/source/ui/inc/subtdlg.hxx index 5b821c3b6190..d06c4ef2e57a 100644 --- a/sc/source/ui/inc/subtdlg.hxx +++ b/sc/source/ui/inc/subtdlg.hxx @@ -27,6 +27,7 @@ class ScSubTotalDlg : public SfxTabDialogController public: ScSubTotalDlg(weld::Window* pParent, const SfxItemSet* pArgSet); virtual ~ScSubTotalDlg() override; + private: std::unique_ptr<weld::Button> m_xBtnRemove; DECL_LINK(RemoveHdl, weld::Button&, void); |