diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-12-17 14:56:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-12-17 15:08:42 +0100 |
commit | 83193b44d08e5c5eb9fbe2262cea5f1d019a2462 (patch) | |
tree | d40115b332ac81f8b00e14d2a1ae4ffdb4280ad1 | |
parent | daca24d2779260042ee84229f0f476a03e2a5ca0 (diff) |
oox: try to make Windows build happy
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b
-rw-r--r-- | oox/inc/oox/vml/vmlshape.hxx | 2 |
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. |