summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:29:16 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:29:16 +0000
commiteb43e2e50276abdcb235c8a2bc9a0c794a74e2fc (patch)
treea2ed2862ce9a3026ee465eeb74b8d965a2937ec9 /unotools/inc
parenta1fb6579886a2512cb78d519744b2caa563e580d (diff)
INTEGRATION: CWS visibility03 (1.6.22); FILE MERGED
2005/02/28 04:33:55 mnicel 1.6.22.1: Issue number: 40092 Part of visibility work
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/ucbstreamhelper.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/unotools/inc/unotools/ucbstreamhelper.hxx b/unotools/inc/unotools/ucbstreamhelper.hxx
index 2447d1d8ff75..8f939c4c6819 100644
--- a/unotools/inc/unotools/ucbstreamhelper.hxx
+++ b/unotools/inc/unotools/ucbstreamhelper.hxx
@@ -10,6 +10,9 @@
#ifndef _COM_SUN_STAR_IO_XSTREAM_HPP_
#include <com/sun/star/io/XStream.hpp>
#endif
+#ifndef INCLUDED_UNOTOOLSDLLAPI_H
+#include "unotools/unotoolsdllapi.h"
+#endif
#include <tools/stream.hxx>
@@ -41,7 +44,7 @@ namespace utl
{
class UcbLockBytesHandler;
- class UcbStreamHelper : public SvStream
+ class UNOTOOLS_DLLPUBLIC UcbStreamHelper : public SvStream
{
public:
static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,