[Libreoffice-commits] .: oox/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 17 06:08:53 PST 2012


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

New commits:
commit 83193b44d08e5c5eb9fbe2262cea5f1d019a2462
Author: Miklos Vajna <vmiklos at suse.cz>
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.


More information about the Libreoffice-commits mailing list