sd/source/core/drawdoc4.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 53f69058789eee1215a07d65c4b14ac096458905
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Nov 9 20:17:37 2013 +0100

    fdo#71428: Spelling of "turquise" in Impress Table Design
    
    Thanks to Owen Genat for pointing the bug + location of the problem
    
    Change-Id: I5f385f6cb5e9241f4fa65159df1f8bbefd2f383b
    Reviewed-on: https://gerrit.libreoffice.org/6624
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx
index 5084044..e99f289 100644
--- a/sd/source/core/drawdoc4.cxx
+++ b/sd/source/core/drawdoc4.cxx
@@ -632,11 +632,11 @@ void SdDrawDocument::CreateDefaultCellStyles()
 
     // ---- Turquoise --------------------------------------------------
 
-    Any aTurquise1( implMakeSolidCellStyle( pSSPool, "turquise1" , 
aDefaultCellStyleName, RGB_COLORDATA(71,184,184)));
-    Any aTurquise2( implMakeSolidCellStyle( pSSPool, "turquise2" , 
aDefaultCellStyleName, RGB_COLORDATA(51,163,163)));
-    Any aTurquise3( implMakeSolidCellStyle( pSSPool, "turquise3" , 
aDefaultCellStyleName, RGB_COLORDATA(25,138,138)));
+    Any aTurquoise1( implMakeSolidCellStyle( pSSPool, "turquoise1" , 
aDefaultCellStyleName, RGB_COLORDATA(71,184,184)));
+    Any aTurquoise2( implMakeSolidCellStyle( pSSPool, "turquoise2" , 
aDefaultCellStyleName, RGB_COLORDATA(51,163,163)));
+    Any aTurquoise3( implMakeSolidCellStyle( pSSPool, "turquoise3" , 
aDefaultCellStyleName, RGB_COLORDATA(25,138,138)));
 
-    implCreateTableTemplate( xTableFamily, "turquise" , aTurquise1, 
aTurquise3, aTurquise2 );
+    implCreateTableTemplate( xTableFamily, "turquoise" , aTurquoise1, 
aTurquoise3, aTurquoise2 );
 
     // ---- Gray ------------------------------------------------
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to