From 81f9e88e7237f54c636a018b413192f7fdefbaca Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 4 Jun 2023 21:52:43 +0200 Subject: Fix typo in code Change-Id: Ie25dfed8d3178f71256b19d9ec3247dff6d0c704 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152593 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/core/model/ThemeColorChanger.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source') diff --git a/sw/source/core/model/ThemeColorChanger.cxx b/sw/source/core/model/ThemeColorChanger.cxx index fb3175e929cf..e9ae920362a5 100644 --- a/sw/source/core/model/ThemeColorChanger.cxx +++ b/sw/source/core/model/ThemeColorChanger.cxx @@ -143,7 +143,7 @@ public: } } - void updateParagraphAttibutes(SwTextNode* pTextNode) + void updateParagraphAttributes(SwTextNode* pTextNode) { if (!pTextNode->HasSwAttrSet()) return; @@ -238,7 +238,7 @@ public: return; updateHints(pNode->GetTextNode()); - updateParagraphAttibutes(pNode->GetTextNode()); + updateParagraphAttributes(pNode->GetTextNode()); } void handleSdrObject(SdrObject* pObject) override -- cgit