summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
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