From 213f12be2cab2106dde4a0e859faaa8259627c1a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 May 2018 15:10:50 +0200 Subject: no need to expose m_pExampleSet as non-const Change-Id: Ife6b4115a8aa48eba6f86ecf4eb66e3dc5e1830e Reviewed-on: https://gerrit.libreoffice.org/53796 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/tabdlg.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sfx2/tabdlg.hxx') diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 9317380174a3..c3d6d6ec2cf6 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -210,7 +210,6 @@ public: void Start(); const SfxItemSet* GetExampleSet() const { return m_pExampleSet; } - SfxItemSet* GetExampleSet() { return m_pExampleSet; } void SetApplyHandler(const Link& _rHdl); @@ -296,7 +295,6 @@ public: short execute(); const SfxItemSet* GetExampleSet() const { return m_pExampleSet; } - SfxItemSet* GetExampleSet() { return m_pExampleSet; } SAL_DLLPRIVATE void Start_Impl(); }; -- cgit