From d795dfdffb1a8c3c50d7b4b96f55a284fc929430 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 11 Apr 2013 17:39:06 +0200 Subject: RTF filter: import fShadow, shadowColor and shadowOffset shape properties Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5 --- oox/inc/oox/vml/vmlformatting.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') 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 moShadowOn; ///< Is the element turned on? -- cgit