[Libreoffice-commits] core.git: Branch 'aoo/trunk' - extras/source

Herbert Dürr hdu at apache.org
Fri Feb 20 02:08:44 PST 2015


 extras/source/palettes/standard.soc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit acd376b1e3e54279111dc177d698915566165ed1
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Feb 20 09:15:45 2015 +0000

    #i125897# fix color palette entry for "Sky Blue 1"
    
    Patch-by: Erik Engstrom <engstromea at g.cofc.edu>
    Suggested-by: V Stuart Foote <vstuart.foote at utsa.edu>
    Found-by: Jay Philips <philipz85 at hotmail.com>
    Reviewed-by: Herbert Duerr <hdu at apache.org>

diff --git a/extras/source/palettes/standard.soc b/extras/source/palettes/standard.soc
index 4f1c9b3..03cea3a 100644
--- a/extras/source/palettes/standard.soc
+++ b/extras/source/palettes/standard.soc
@@ -37,7 +37,7 @@
   <draw:color draw:name="Magenta 1" draw:color="#ff99ff"/>
   <draw:color draw:name="Purple 1" draw:color="#cc66ff"/>
   <draw:color draw:name="Blue 1" draw:color="#9999ff"/>
-  <draw:color draw:name="Sky blue 1" draw:color="#9999ff"/>
+  <draw:color draw:name="Sky blue 1" draw:color="#66ccff"/>
   <draw:color draw:name="Cyan 1" draw:color="#99ffff"/>
   <draw:color draw:name="Turquoise 1" draw:color="#66ff99"/>
   <draw:color draw:name="Green 1" draw:color="#99ff99"/>
@@ -195,4 +195,4 @@
   <draw:color draw:name="Chart 10" draw:color="#ff950e"/>
   <draw:color draw:name="Chart 11" draw:color="#c5000b"/>
   <draw:color draw:name="Chart 12" draw:color="#0084d1"/>
-</office:color-table>
\ No newline at end of file
+</office:color-table>


More information about the Libreoffice-commits mailing list