From 75e9b6bcfb515f7b03a357c077b6fa144f7669c3 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Fri, 12 Mar 2021 09:13:34 +0100 Subject: fix typo in style dialog function Change-Id: I88b38a33a1ca50a0165b11679ca28bb092a6eab5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112307 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/sfx2/tabdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(); -- cgit