summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuihyperdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuihyperdlg.hxx')
-rw-r--r--cui/source/inc/cuihyperdlg.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx
index 4f8d4c1c07f3..9f0dec0c50b1 100644
--- a/cui/source/inc/cuihyperdlg.hxx
+++ b/cui/source/inc/cuihyperdlg.hxx
@@ -102,7 +102,6 @@ private:
IconChoicePageData* GetPageData ( const OString& rId );
void Start_Impl();
- bool OK_Impl();
void SwitchPage( const OString& rId );
@@ -117,8 +116,6 @@ private:
void DeActivatePageImpl ();
void ResetPageImpl ();
- void Ok();
-
virtual void Close() override;
void Apply();
@@ -138,8 +135,6 @@ public:
void SetInputSet( const SfxItemSet* pInSet );
weld::Button& GetOKButton() { return *m_xOKBtn; }
- weld::Button& GetApplyButton() { return *m_xApplyBtn; }
- weld::Button& GetCancelButton() { return *m_xCancelBtn; }
void Start();
bool QueryClose();