summaryrefslogtreecommitdiff
path: root/include/comphelper/seqstream.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-01-05 16:44:56 +0100
committerDavid Tardon <dtardon@redhat.com>2015-01-05 18:59:07 +0100
commit02266c33f23cd9fa59b73db3ef88e32c24106587 (patch)
tree9acd43f45cf139c72b111b0f3e267c4f0195b349 /include/comphelper/seqstream.hxx
parent14dc6341f71a0f012efa7c5e58e1bce49d7a0af2 (diff)
I assume this class is not public due to an oversight
Change-Id: If43e49dc05ad213cbbf6363dfa68a7a93959582f
Diffstat (limited to 'include/comphelper/seqstream.hxx')
-rw-r--r--include/comphelper/seqstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx
index d5729955000c..aea8329f644f 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;