diff options
author | David Tardon <dtardon@redhat.com> | 2015-04-15 13:36:28 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-16 08:37:58 +0200 |
commit | add2ca7b3ab10ed9d18e60d8e50020168d922836 (patch) | |
tree | 65efcbb0de2a5cc59f61a6b22265510ec3afd53d /include/oox | |
parent | 2a88873e96d5aa916146a74c20b34b2715418350 (diff) |
make more classes dllpublic
... to fix asan+ubsan+dbgutil build
Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/fastparser.hxx | 4 | ||||
-rw-r--r-- | include/oox/vml/vmlshape.hxx | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx index 8d41deee87f5..d482799c6dd2 100644 --- a/include/oox/core/fastparser.hxx +++ b/include/oox/core/fastparser.hxx @@ -23,6 +23,8 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/xml/sax/XFastParser.hpp> +#include <oox/dllapi.h> + namespace oox { struct NamespaceMap; class StorageBase; @@ -40,7 +42,7 @@ namespace core { /** Wrapper for a fast SAX parser that works on automatically generated OOXML token and namespace identifiers. */ -class FastParser +class OOX_DLLPUBLIC FastParser { public: explicit FastParser( diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index 6cc180cbdc21..a9d506e321df 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -114,7 +114,7 @@ struct OOX_DLLPUBLIC ShapeTypeModel /** A shape template contains all formatting properties of shapes and can serve as templates for several shapes in a drawing. */ -class ShapeType +class OOX_DLLPUBLIC ShapeType { public: explicit ShapeType( Drawing& rDrawing ); |