diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:27:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:27:45 +0000 |
commit | e39d83cdfcb082827c83fdea185ef9697db0e98c (patch) | |
tree | 9c738c97ec334f5e37cfca6699e883aff1f92769 /unotools | |
parent | 1428537e47274e05ab4d814d5d03b65a1e080e2a (diff) |
INTEGRATION: CWS visibility03 (1.2.206); FILE MERGED
2005/02/28 04:33:54 mnicel 1.2.206.1: Issue number: 40092
Part of visibility work
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/streamhelper.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/unotools/inc/unotools/streamhelper.hxx b/unotools/inc/unotools/streamhelper.hxx index 650c4c2ff868..b0cb3c781f65 100644 --- a/unotools/inc/unotools/streamhelper.hxx +++ b/unotools/inc/unotools/streamhelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: streamhelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2001-09-27 11:16:07 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:27:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,10 @@ * * ************************************************************************/ +#ifndef INCLUDED_UNOTOOLSDLLAPI_H +#include "unotools/unotoolsdllapi.h" +#endif + #ifndef _UNOTOOLS_STREAMHELPER_HXX_ #define _UNOTOOLS_STREAMHELPER_HXX_ @@ -96,7 +100,7 @@ namespace utl */ typedef ::cppu::WeakImplHelper2<stario::XInputStream, stario::XSeekable> InputStreamHelper_Base; // needed for some compilers -class OInputStreamHelper : public InputStreamHelper_Base +class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public InputStreamHelper_Base { ::osl::Mutex m_aMutex; SvLockBytesRef m_xLockBytes; |