svx/source/styles/ColorSets.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 126018f3dee60462207380eba017d0fac6d6b0f8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 14 18:49:26 2023 +0100
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Fri Jan 20 07:16:26 2023 +0000

    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 <serval2...@yahoo.fr>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    (cherry picked from commit 92e6cd75a3599d3d411d123bd1e691ec447fa563)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145856
    Tested-by: Tomaž Vajngerl <qui...@gmail.com>

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);

Reply via email to