From 92e6cd75a3599d3d411d123bd1e691ec447fa563 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 14 Jan 2023 18:49:26 +0100 Subject: Typo in "code" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure about this... Change-Id: I8aebfdf48dc7dc2bdbce180fa2f1bd3305489a24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145516 Tested-by: Jenkins Reviewed-by: Julien Nabet Reviewed-by: Tomaž Vajngerl --- svx/source/styles/ColorSets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/styles') 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); -- cgit