diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-11 17:39:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-11 17:41:28 +0200 |
commit | d795dfdffb1a8c3c50d7b4b96f55a284fc929430 (patch) | |
tree | 7b4ea9dde879345c99016e482510d23aa0fbcee7 /oox | |
parent | bc3c05f816fbe21c251e4749097914e40d373ddd (diff) |
RTF filter: import fShadow, shadowColor and shadowOffset shape properties
Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/vml/vmlformatting.hxx | 2 |
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? |