extras/Package_palettes.mk | 1 + extras/source/palettes/mso-highlight.soc | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+)
New commits: commit 41dcf55d347d4f4810379148b2db0fb4a41d3465 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Mon Mar 23 11:19:47 2020 +0100 Commit: Tamás Zolnai <tamas.zol...@collabora.com> CommitDate: Mon Mar 23 12:13:13 2020 +0100 tdf#125268: Add mso-highlight color palette. These colors are supported by MSO highlight feature. With using these user can avoid conversion issues, while saving to MSO formats. Change-Id: I9ef4a8470a7115d8dce984b8c30ce6798fe8131a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90905 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com> diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk index b1e71fccfe07..ed911286593b 100644 --- a/extras/Package_palettes.mk +++ b/extras/Package_palettes.mk @@ -19,6 +19,7 @@ $(eval $(call gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette, libreoffice.soc \ material.soc \ modern.sog \ + mso-highlight.soc \ standard.sob \ standard.soc \ standard.sod \ diff --git a/extras/source/palettes/mso-highlight.soc b/extras/source/palettes/mso-highlight.soc new file mode 100644 index 000000000000..8a973b12e181 --- /dev/null +++ b/extras/source/palettes/mso-highlight.soc @@ -0,0 +1,19 @@ +<?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="Yellow" draw:color="#FFFF00"/> + <draw:color draw:name="Bright Green" draw:color="#00FF00"/> + <draw:color draw:name="Turquoise" draw:color="#00FFFF"/> + <draw:color draw:name="Pink" draw:color="#FF00FF"/> + <draw:color draw:name="Blue" draw:color="#0000FF"/> + <draw:color draw:name="Red" draw:color="#FF0000"/> + <draw:color draw:name="Dark Blue" draw:color="#000080"/> + <draw:color draw:name="Teal" draw:color="#008080"/> + <draw:color draw:name="Green" draw:color="#008000"/> + <draw:color draw:name="Violet" draw:color="#800080"/> + <draw:color draw:name="Dark Red" draw:color="#800000"/> + <draw:color draw:name="Dark Yellow" draw:color="#808000"/> + <draw:color draw:name="Gray-50%" draw:color="#808080"/> + <draw:color draw:name="Gray-25%" draw:color="#C0C0C0"/> + <draw:color draw:name="Black" draw:color="#000000"/> +</office:color-table> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits