[Libreoffice-commits] .: extras/source

Michael Meeks michael at kemper.freedesktop.org
Mon May 28 04:32:21 PDT 2012


 extras/source/palettes/standard.soc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e206f8b7a2882d7eea163e29d76dfb336113e3f7
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Mon May 28 12:29:00 2012 +0100

    put white next to black in the color palette drop-down
    
    Change-Id: Ic6fb266482f4314a9b072fe5b60a488fa01992ff

diff --git a/extras/source/palettes/standard.soc b/extras/source/palettes/standard.soc
index f48577a..6361f7b 100644
--- a/extras/source/palettes/standard.soc
+++ b/extras/source/palettes/standard.soc
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <office:color-table xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script">
   <draw:color draw:name="Black" draw:color="#000000"/>
+  <draw:color draw:name="White" draw:color="#ffffff"/>
   <draw:color draw:name="Blue" draw:color="#000080"/>
   <draw:color draw:name="Green" draw:color="#008000"/>
   <draw:color draw:name="Turquoise" draw:color="#008080"/>
@@ -15,7 +16,6 @@
   <draw:color draw:name="Light red" draw:color="#ff0000"/>
   <draw:color draw:name="Light magenta" draw:color="#ff00ff"/>
   <draw:color draw:name="Yellow" draw:color="#ffff00"/>
-  <draw:color draw:name="White" draw:color="#ffffff"/>
   <draw:color draw:name="Gray 80%" draw:color="#333333"/>
   <draw:color draw:name="Gray 70%" draw:color="#4c4c4c"/>
   <draw:color draw:name="Gray 60%" draw:color="#666666"/>


More information about the Libreoffice-commits mailing list