summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-06-04 21:52:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-05 07:21:53 +0200
commit81f9e88e7237f54c636a018b413192f7fdefbaca (patch)
tree0beb7ffbb60fe364c3ea2e4dbe3943f91c05081d /sw/source
parent1263873edf86ce223ee54ecd93297273ac3b0e9f (diff)
Fix typo in code
Change-Id: Ie25dfed8d3178f71256b19d9ec3247dff6d0c704 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152593 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/model/ThemeColorChanger.cxx4
1 files changed, 2 insertions, 2 deletions
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