diff options
-rw-r--r-- | unotools/inc/unotools/streamhelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/streamhelper.hxx b/unotools/inc/unotools/streamhelper.hxx index a7b3d925b8a5..da96da1e2d85 100644 --- a/unotools/inc/unotools/streamhelper.hxx +++ b/unotools/inc/unotools/streamhelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: streamhelper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:37:37 $ + * last change: $Author: rt $ $Date: 2005-11-11 09:22:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -113,7 +113,7 @@ public: */ typedef ::cppu::WeakImplHelper1<stario::XOutputStream> OutputStreamHelper_Base; // needed for some compilers -class OOutputStreamHelper : public OutputStreamHelper_Base +class UNOTOOLS_DLLPUBLIC OOutputStreamHelper : public OutputStreamHelper_Base { ::osl::Mutex m_aMutex; SvLockBytesRef m_xLockBytes; |