include/comphelper/seqstream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6c1597d4f459250e35a228f95472c81d2be0263b Author: David Tardon <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
