summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-21 22:49:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-22 12:46:42 +0000
commit32a0646ba6c124544dc209cfc2633ef76c8449fd (patch)
tree66f1b2b4debf1d94f91a898dd3d44549df0d3268 /sfx2
parent981470b2404a80ed87f237a0e8a62cdef7cea9a5 (diff)
simply tabdialog, remove unused resetbutton api
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index 8df8018da514..a68949915163 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -174,8 +174,6 @@ public:
CancelButton& GetCancelButton() { return aCancelBtn; }
const HelpButton& GetHelpButton() const { return aHelpBtn; }
HelpButton& GetHelpButton() { return aHelpBtn; }
- const PushButton& GetResetButton() const { return aResetBtn; }
- PushButton& GetResetButton() { return aResetBtn; }
const PushButton* GetUserButton() const { return pUserBtn; }
PushButton* GetUserButton() { return pUserBtn; }