summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/styles/ColorSets.cxx2
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);