diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-10-24 06:37:41 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-10-24 06:37:41 +0000 |
commit | 2ae41bf0522738c61fa695dd2d3dbd95e92e3d09 (patch) | |
tree | aea35cf58e40bab149b9b6e188648194a2ee26e1 /ucbhelper | |
parent | 29c6c20d01d091d73f571a318b9221dc1d0fe0e9 (diff) |
INTEGRATION: CWS eformspp1 (1.1.174); FILE MERGED
2005/10/17 16:59:26 lo 1.1.174.2: RESYNC: (1.1-1.2); FILE MERGED
2005/07/28 13:01:08 lo 1.1.174.1: #i50354#, #i50286# activedatasink is public interface
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/inc/ucbhelper/activedatasink.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ucbhelper/inc/ucbhelper/activedatasink.hxx b/ucbhelper/inc/ucbhelper/activedatasink.hxx index a7ec0b44ba..1669d02b20 100644 --- a/ucbhelper/inc/ucbhelper/activedatasink.hxx +++ b/ucbhelper/inc/ucbhelper/activedatasink.hxx @@ -4,9 +4,9 @@ * * $RCSfile: activedatasink.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:23:59 $ + * last change: $Author: rt $ $Date: 2005-10-24 07:37:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,9 @@ #ifndef _UCBHELPER_MACROS_HXX #include <ucbhelper/macros.hxx> #endif - +#ifndef INCLUDED_UCBHELPERDLLAPI_H +#include "ucbhelper/ucbhelperdllapi.h" +#endif namespace ucb { @@ -61,7 +63,7 @@ namespace ucb * "open" command. */ -class ActiveDataSink : public cppu::OWeakObject, +class UCBHELPER_DLLPUBLIC ActiveDataSink : public cppu::OWeakObject, public com::sun::star::lang::XTypeProvider, public com::sun::star::io::XActiveDataSink { |