summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-12-17 14:56:10 +0100
committerAndras Timar <atimar@suse.com>2013-01-22 11:51:11 +0100
commit1f2cc4ed10cc86a16c5695abadc0d6105a75ed5d (patch)
tree55988bd3806dc23ce7913015dbbd413fd07d7eee
parentea4553f5ce9b16e279e5b956ffff19750ab7d2d1 (diff)
oox: try to make Windows build happy
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b Signed-off-by: Andras Timar <atimar@suse.com>
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index 35d3a8524ee7..2f4ab6f57f2c 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -55,7 +55,7 @@ const sal_Int32 VML_CLIENTDATA_FORMULA = 4;
// ============================================================================
/** The shape model structure contains all properties shared by all types of shapes. */
-struct ShapeTypeModel
+struct OOX_DLLPUBLIC ShapeTypeModel
{
::rtl::OUString maShapeId; ///< Unique identifier of the shape.
::rtl::OUString maShapeName; ///< Name of the shape, if present.