[Libreoffice-commits] core.git: include/sfx2 sw/source
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 14 18:38:15 UTC 2021
include/sfx2/tabdlg.hxx | 2 +-
sw/source/ui/fmtui/tmpdlg.cxx | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 75e9b6bcfb515f7b03a357c077b6fa144f7669c3
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Mar 12 09:13:34 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Mar 14 19:37:33 2021 +0100
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 <serval2412 at yahoo.fr>
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();
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index cfab577c82dd..ff6dd3e6bb45 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -85,9 +85,9 @@ SwTemplateDlgController::SwTemplateDlgController(weld::Window* pParent,
GetApplyButton()->set_tooltip_text(SwResId(STR_APPLY_TOOLTIP));
GetApplyButton()->set_accessible_description(SwResId(STR_APPLY_EXTENDEDTIP));
- GeResetButton()->set_label(SwResId(STR_RESET_LABEL));
- GeResetButton()->set_tooltip_text(SwResId(STR_RESET_TOOLTIP));
- GeResetButton()->set_accessible_description(SwResId(STR_RESET_EXTENDEDTIP));
+ GetResetButton()->set_label(SwResId(STR_RESET_LABEL));
+ GetResetButton()->set_tooltip_text(SwResId(STR_RESET_TOOLTIP));
+ GetResetButton()->set_accessible_description(SwResId(STR_RESET_EXTENDEDTIP));
// stitch TabPages together
switch( nRegion )
More information about the Libreoffice-commits
mailing list