summaryrefslogtreecommitdiff
path: root/automation/source/inc/svcommstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/inc/svcommstream.hxx')
-rw-r--r--automation/source/inc/svcommstream.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/automation/source/inc/svcommstream.hxx b/automation/source/inc/svcommstream.hxx
index 7a122ba4cef2..0245fb98f6b7 100644
--- a/automation/source/inc/svcommstream.hxx
+++ b/automation/source/inc/svcommstream.hxx
@@ -26,13 +26,15 @@
*
************************************************************************/
+#include "automation/stsdllapi.h"
+
#include <tools/stream.hxx>
#include <automation/commtypes.hxx>
#include "icommstream.hxx"
-class SvCommStream : public ICommStream
+class STS_DLLPUBLIC SvCommStream : public ICommStream
{
protected:
SvStream* pStream;