[Libreoffice-commits] core.git: writerfilter/inc

Miklos Vajna vmiklos at collabora.co.uk
Thu Sep 26 11:56:18 PDT 2013


 writerfilter/inc/doctok/WW8Document.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4930146e1bf1ed036638c7270721d1051095a3c2
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Sep 26 20:43:01 2013 +0200

    writerfilter: no need to have these as public anymore
    
    And hopefully this will also fix the Windows build as well.
    
    Change-Id: I6a008c0bf74d436be7eef0c5d0945dd07e3954e5

diff --git a/writerfilter/inc/doctok/WW8Document.hxx b/writerfilter/inc/doctok/WW8Document.hxx
index 9300e2f..b135f8e 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:


More information about the Libreoffice-commits mailing list