summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-01 18:19:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-01 18:44:57 +0200
commitb4545be2829e7184697718713fe505090d13872f (patch)
treed47eb51f582526c8d6a22de1567c0510b1b818e5 /sd
parent89e2f268771ecb07948d3e67d220e28b2ae82e20 (diff)
Fix typo
Change-Id: I02772f9b9ace5c1fe955bd0039c5e6d8ce2cc4eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156450 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/ThemeColorChanger.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/ThemeColorChanger.cxx b/sd/source/core/ThemeColorChanger.cxx
index d187ee36c0a1..b475aa6f6060 100644
--- a/sd/source/core/ThemeColorChanger.cxx
+++ b/sd/source/core/ThemeColorChanger.cxx
@@ -157,7 +157,7 @@ void ThemeColorChanger::apply(std::shared_ptr<model::ColorSet> const& pColorSet)
// TODO - for now change all the objects regardless to which master page it belongs to.
// Currently we don't have a concept of master slide with a group of layouts as in MSO, but we always only
// have master pages, which aren't grouped together. In MSO the theme is defined per master slide, so when
- // changing a theme, all the layouts get the new theme, as layouts are synonomus to master pages in LibreOffice,
+ // changing a theme, all the layouts get the new theme, as layouts are synonymous to master pages in LibreOffice,
// this is not possible to do and we would need to change the theme for each master page separately, which
// is just annoying for the user.