sw/source/core/model/ThemeColorChanger.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 81f9e88e7237f54c636a018b413192f7fdefbaca Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Jun 4 21:52:43 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Jun 5 07:21:53 2023 +0200 Fix typo in code Change-Id: Ie25dfed8d3178f71256b19d9ec3247dff6d0c704 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152593 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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