summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-10-04 09:24:42 +0200
committerMichael Stahl <mstahl@redhat.com>2016-10-14 12:53:10 +0000
commit21122a831aee1d548c9c539b27f15588675ceee5 (patch)
tree1a7902c91c31d6547a110f64a2b7fe59a27b27b8 /include
parent7310841ade1a5065441d32f8b342904c5ace9ea9 (diff)
tdf#100830 drawingML import: handle <a:alphaModFix>
Fill transparency on the UI. Regression from commit 57450afb768c085df0ba2344aa94b5f843060178 (DOCX import: declare wps as a supported feature, 2013-12-03), as the VML import handled this. (cherry picked from commit ecfcee8b05e45ec82dec6ed417e9ac53d4d7b4ff) Change-Id: I654b51d51448d25d400979a4a62189b86126ac01 Reviewed-on: https://gerrit.libreoffice.org/29560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/fillproperties.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/fillproperties.hxx b/include/oox/drawingml/fillproperties.hxx
index 3015424c1898..bed67d6fcc46 100644
--- a/include/oox/drawingml/fillproperties.hxx
+++ b/include/oox/drawingml/fillproperties.hxx
@@ -121,6 +121,7 @@ struct BlipFillProperties
Color maDuotoneColors[2]; /// Duotone Colors
ArtisticEffectProperties maEffect; /// Artistic effect, not supported by core.
+ OptValue<sal_Int32> moAlphaModFix; ///< Alpha Modulate Fixed Effect.
/** Overwrites all members that are explicitly set in rSourceProps. */
void assignUsed( const BlipFillProperties& rSourceProps );