[Libreoffice-commits] core.git: writerfilter/inc
Miklos Vajna
vmiklos at collabora.co.uk
Sat Dec 7 02:05:12 PST 2013
writerfilter/inc/doctok/WW8Document.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d9344d6a4afd0e952acda53de5c8efa3f82437d2
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Sat Dec 7 11:04:36 2013 +0100
writerfilter: these classes can be private
Change-Id: I838250e41a397320d965690527241d2518746141
diff --git a/writerfilter/inc/doctok/WW8Document.hxx b/writerfilter/inc/doctok/WW8Document.hxx
index b135f8e..8b42129 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;
More information about the Libreoffice-commits
mailing list