summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-03-12 09:13:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-03-14 19:37:33 +0100
commit75e9b6bcfb515f7b03a357c077b6fa144f7669c3 (patch)
tree0c03883dfd76059227f4bac09139a95185b85d22 /sw/source/ui/fmtui
parentdb8fb941ecc4c6e0279b47e4560b4b285339a17f (diff)
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@yahoo.fr>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx6
1 files changed, 3 insertions, 3 deletions
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 )