From a394f5e8ad735e08f9a17bf2048347d500f95dbb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Nov 2005 08:22:15 +0000 Subject: INTEGRATION: CWS xmlsec13 (0); FILE MERGED --- unotools/inc/unotools/streamhelper.hxx | 6 +++--- 1 file 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 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; -- cgit