summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-01-24 15:52:28 +0200
committerTor Lillqvist <tml@collabora.com>2017-01-24 16:57:45 +0200
commitdda1c7b6fabbda4cf40c21b5fb8cb30f7c1f0743 (patch)
treef161f44b2ff6ccae2b4e88a1d6fb21e3431d627d /writerfilter
parentc0ee5231c9d7a3186fe39e0955320b2bf14f0e50 (diff)
Drop incorrect "artistic" prefix from some token names
Apparently copy/paste mistakes in the 642a252cf1a2f1d08c4bbfcae15527bb82c7664d and 21d4cfe19e2796ebf89c408e292c4473924b2bc4 commits from 2014; most of the picture effect type tokens added in that commit do have names that start with "artistic" but not all. Does not break any unit test. (Does not fix the bug I am investigating either, though.) Change-Id: I2c3bb7243e1feaa3fa949b58d3acf34825d6987b
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/model.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 24a020b1bc58..5312510d6c1f 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -5641,16 +5641,16 @@
<element name="artisticWatercolorSponge">
<ref name="CT_PictureEffectWatercolorSponge"/>
</element>
- <element name="artisticBrightnessContrast">
+ <element name="brightnessContrast">
<ref name="CT_PictureEffectBrightnessContrast"/>
</element>
- <element name="artisticColorTemperature">
+ <element name="colorTemperature">
<ref name="CT_PictureEffectColorTemperature"/>
</element>
- <element name="artisticSaturation">
+ <element name="saturation">
<ref name="CT_PictureEffectSaturation"/>
</element>
- <element name="artisticSharpenSoften">
+ <element name="sharpenSoften">
<ref name="CT_PictureEffectSharpenSoften"/>
</element>
</choice>