diff options
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index daa092b8d9b7..6053d22496bb 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -141,7 +141,7 @@ public: weld::Button* GetUserButton() const { return m_xUserBtn.get(); } weld::Button* GetStandardButton() const { return m_xBaseFmtBtn.get(); } weld::Button* GetApplyButton() const { return m_xApplyBtn.get(); } - weld::Button* GeResetButton() const { return m_xResetBtn.get(); } + weld::Button* GetResetButton() const { return m_xResetBtn.get(); } void RemoveResetButton(); void RemoveStandardButton(); |