summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-12-17 14:56:10 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-12-17 15:08:42 +0100
commit83193b44d08e5c5eb9fbe2262cea5f1d019a2462 (patch)
treed40115b332ac81f8b00e14d2a1ae4ffdb4280ad1 /oox
parentcppcheck: I wanted to check for 'e' and 'E' here for 'end' (diff)
downloadcore-83193b44d08e5c5eb9fbe2262cea5f1d019a2462.tar.gz
core-83193b44d08e5c5eb9fbe2262cea5f1d019a2462.zip
oox: try to make Windows build happy
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b
Diffstat (limited to 'oox')
-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.