summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-04-11 17:39:06 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-04-11 17:41:28 +0200
commitd795dfdffb1a8c3c50d7b4b96f55a284fc929430 (patch)
tree7b4ea9dde879345c99016e482510d23aa0fbcee7 /oox
parentRTF import of new-style frames: implement line color/width (diff)
downloadcore-d795dfdffb1a8c3c50d7b4b96f55a284fc929430.tar.gz
core-d795dfdffb1a8c3c50d7b4b96f55a284fc929430.zip
RTF filter: import fShadow, shadowColor and shadowOffset shape properties
Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/vml/vmlformatting.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/vml/vmlformatting.hxx b/oox/inc/oox/vml/vmlformatting.hxx
index b7b9e6ae0411..79fa38009e4d 100644
--- a/oox/inc/oox/vml/vmlformatting.hxx
+++ b/oox/inc/oox/vml/vmlformatting.hxx
@@ -226,7 +226,7 @@ struct OOX_DLLPUBLIC FillModel
// ============================================================================
/** The shadow model structure contains all shape shadow properties. */
-struct ShadowModel
+struct OOX_DLLPUBLIC ShadowModel
{
bool mbHasShadow; ///< Is a v:shadow element seen?
OptValue<bool> moShadowOn; ///< Is the element turned on?