summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-09-26 20:43:01 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-09-26 20:59:12 +0200
commit4930146e1bf1ed036638c7270721d1051095a3c2 (patch)
tree7d269a37e1e600a4426df4c485609face33dfbc9 /writerfilter
parentMissing #include (diff)
downloadcore-4930146e1bf1ed036638c7270721d1051095a3c2.tar.gz
core-4930146e1bf1ed036638c7270721d1051095a3c2.zip
writerfilter: no need to have these as public anymore
And hopefully this will also fix the Windows build as well. Change-Id: I6a008c0bf74d436be7eef0c5d0945dd07e3954e5
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/inc/doctok/WW8Document.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/inc/doctok/WW8Document.hxx b/writerfilter/inc/doctok/WW8Document.hxx
index 9300e2ffd8db..b135f8eb7aae 100644
--- a/writerfilter/inc/doctok/WW8Document.hxx
+++ b/writerfilter/inc/doctok/WW8Document.hxx
@@ -44,7 +44,7 @@ using namespace ::com::sun::star;
stream consists of substreams that are identified by string
identifiers.
*/
-class WRITERFILTER_DOCTOK_DLLPUBLIC WW8Stream
+class WW8Stream
{
public:
/**
@@ -269,7 +269,7 @@ enum PropertyType {
The use of the iterator is analogous to WW8PropertySetIterator.
*/
-class WRITERFILTER_DOCTOK_DLLPUBLIC WW8DocumentIterator
+class WW8DocumentIterator
{
public:
typedef boost::shared_ptr<WW8DocumentIterator> Pointer_t;
@@ -384,7 +384,7 @@ public:
/**
A Word 8 document.
*/
-class WRITERFILTER_DOCTOK_DLLPUBLIC WW8Document :
+class WW8Document :
public writerfilter::Reference<Stream>
{
public: