diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 13:09:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 14:58:52 +0100 |
commit | 3cc0f7b992245b4bcc166fb15b0b8f76dda4f528 (patch) | |
tree | 8cbe37cce5e6cc6e83efd455fd005e2cea378a5d /extras/source/palettes | |
parent | 6c65af22ee54c8bc4f3a5031bea0af9ecd4f0f00 (diff) |
restore white next to black in the color palette drop-down
i.e. restore e206f8b7a2882d7eea163e29d76dfb336113e3f7
Change-Id: I9c9647ae9e42bcb09a6acd8755bcb170006818f0
Diffstat (limited to 'extras/source/palettes')
-rw-r--r-- | extras/source/palettes/standard.soc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/source/palettes/standard.soc b/extras/source/palettes/standard.soc index 49b00696be2a..0a0988abd78b 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"> <!-- #i121520# use Symphony palette as base, it is organized as groups of twelve entries --> + <draw:color draw:name="Black" draw:color="#000000"/> <draw:color draw:name="White" draw:color="#ffffff"/> <draw:color draw:name="Gray 1" draw:color="#eeeeee"/> <draw:color draw:name="Gray 2" draw:color="#dddddd"/> @@ -12,7 +13,6 @@ <draw:color draw:name="Gray 8" draw:color="#333333"/> <draw:color draw:name="Gray 9" draw:color="#1c1c1c"/> <draw:color draw:name="Gray 10" draw:color="#111111"/> - <draw:color draw:name="Black" draw:color="#000000"/> <draw:color draw:name="Yellow" draw:color="#ffff99"/> <draw:color draw:name="Orange" draw:color="#ff6600"/> <draw:color draw:name="Red" draw:color="#ff3333"/> |