summaryrefslogtreecommitdiffstats
path: root/writerfilter/inc/ooxml
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-15 22:29:48 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-15 22:33:03 +0300
commit8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c (patch)
tree5fb7873f2783b7f594df4613deed3e8728a99748 /writerfilter/inc/ooxml
parentExport the LoggedResourcesHelper class (diff)
downloadcore-8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c.tar.gz
core-8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c.zip
Use specific DLLPUBLIC for each library
This avoids exporting the same functions from multiple DLLs. Also don't mark template classes for DLL export/import, I think that is not what we want. Or am I on crack?
Diffstat (limited to 'writerfilter/inc/ooxml')
-rw-r--r--writerfilter/inc/ooxml/OOXMLDocument.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/inc/ooxml/OOXMLDocument.hxx b/writerfilter/inc/ooxml/OOXMLDocument.hxx
index 6a8d7df80a7d..7ce8052da2a5 100644
--- a/writerfilter/inc/ooxml/OOXMLDocument.hxx
+++ b/writerfilter/inc/ooxml/OOXMLDocument.hxx
@@ -80,7 +80,7 @@ namespace ooxml
using namespace com::sun::star;
-class WRITERFILTER_DLLPUBLIC OOXMLStream
+class WRITERFILTER_OOXML_DLLPUBLIC OOXMLStream
{
public:
enum StreamType_t { UNKNOWN, DOCUMENT, STYLES, FONTTABLE, NUMBERING,
@@ -124,7 +124,7 @@ public:
};
-class WRITERFILTER_DLLPUBLIC OOXMLDocument : public writerfilter::Reference<Stream>
+class WRITERFILTER_OOXML_DLLPUBLIC OOXMLDocument : public writerfilter::Reference<Stream>
{
public:
/**
@@ -251,7 +251,7 @@ public:
};
-class WRITERFILTER_DLLPUBLIC OOXMLDocumentFactory
+class WRITERFILTER_OOXML_DLLPUBLIC OOXMLDocumentFactory
{
public:
static OOXMLStream::Pointer_t