oox/inc/oox/vml/vmlshape.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83193b44d08e5c5eb9fbe2262cea5f1d019a2462
Author: Miklos Vajna <[email protected]>
Date:   Mon Dec 17 14:56:10 2012 +0100

    oox: try to make Windows build happy
    
    Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b

diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index 35d3a85..2f4ab6f 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.
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to