summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-12-07 11:04:36 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-07 11:04:44 +0100
commitd9344d6a4afd0e952acda53de5c8efa3f82437d2 (patch)
tree7075450d17814bb15e8af518a2b616bb509b1535 /writerfilter
parentc973bfd6382226f91eca2e41c9b94cc220d9b49e (diff)
writerfilter: these classes can be private
Change-Id: I838250e41a397320d965690527241d2518746141
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 b135f8eb7aae..8b42129b5d89 100644
--- a/writerfilter/inc/doctok/WW8Document.hxx
+++ b/writerfilter/inc/doctok/WW8Document.hxx
@@ -98,7 +98,7 @@ public:
A property.
*/
-class WRITERFILTER_DOCTOK_DLLPUBLIC WW8Property
+class WW8Property
{
public:
/**
@@ -145,7 +145,7 @@ public:
}
\endcode
*/
-class WRITERFILTER_DOCTOK_DLLPUBLIC WW8PropertySetIterator
+class WW8PropertySetIterator
{
public:
typedef boost::shared_ptr<WW8PropertySetIterator> Pointer_t;
@@ -182,7 +182,7 @@ bool operator != (const WW8PropertySetIterator & rA,
/**
A set of properties.
*/
-class WRITERFILTER_DOCTOK_DLLPUBLIC WW8PropertySet
+class WW8PropertySet
{
public:
typedef boost::shared_ptr<WW8PropertySet> Pointer_t;