[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/comphelper

David Tardon dtardon at redhat.com
Mon Jan 5 12:29:02 PST 2015


 include/comphelper/seqstream.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c1597d4f459250e35a228f95472c81d2be0263b
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Jan 5 16:44:56 2015 +0100

    I assume this class is not public due to an oversight
    
    Change-Id: If43e49dc05ad213cbbf6363dfa68a7a93959582f
    (cherry picked from commit 02266c33f23cd9fa59b73db3ef88e32c24106587)
    Reviewed-on: https://gerrit.libreoffice.org/13750
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx
index d572995..aea8329 100644
--- a/include/comphelper/seqstream.hxx
+++ b/include/comphelper/seqstream.hxx
@@ -76,7 +76,7 @@ private:
 };
 typedef ::cppu::WeakImplHelper1< ::com::sun::star::io::XOutputStream > OSequenceOutputStream_Base;
 
-class OSequenceOutputStream : public OSequenceOutputStream_Base
+class COMPHELPER_DLLPUBLIC OSequenceOutputStream : public OSequenceOutputStream_Base
 {
 protected:
     ::com::sun::star::uno::Sequence< sal_Int8 >&    m_rSequence;


More information about the Libreoffice-commits mailing list