diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-14 18:49:26 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-01-15 09:27:42 +0000 |
commit | 92e6cd75a3599d3d411d123bd1e691ec447fa563 (patch) | |
tree | ec845e6ba0c472e7a36f8fc852224c57b096bed7 /svx/source/styles | |
parent | 28edd79792a4b0ae7665a23bfbebb9499416daef (diff) |
Typo in "code"
Not sure about this...
Change-Id: I8aebfdf48dc7dc2bdbce180fa2f1bd3305489a24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145516
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/source/styles')
-rw-r--r-- | svx/source/styles/ColorSets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/styles/ColorSets.cxx b/svx/source/styles/ColorSets.cxx index 439c63d1ee35..66a5e3e91016 100644 --- a/svx/source/styles/ColorSets.cxx +++ b/svx/source/styles/ColorSets.cxx @@ -252,7 +252,7 @@ void ColorSets::init() maColorSets.push_back(aColorSet); } { - ColorSet aColorSet("Forrest"); + ColorSet aColorSet("Forest"); aColorSet.add(model::ThemeColorType::Dark1, 0x000000); aColorSet.add(model::ThemeColorType::Light1, 0xFFFFFF); aColorSet.add(model::ThemeColorType::Dark2, 0x000000); |