diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:22:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:22:15 +0000 |
commit | a394f5e8ad735e08f9a17bf2048347d500f95dbb (patch) | |
tree | 3a06485d43757920f75babc058440decd46447ee | |
parent | e7992805242e53929d400a870c5d788497675edd (diff) |
INTEGRATION: CWS xmlsec13 (0); FILE MERGED
-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; |