summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/tabdlg.hxx2
1 files changed, 0 insertions, 2 deletions
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<Button*,void>& _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();
};