summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-10-24 06:37:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-10-24 06:37:41 +0000
commit384b62be71760cb8e2159da8402303df5b7a013b (patch)
tree871d9828755dd8dd3018d99754381827e335e87d
parent1e4f320e7335c0af012883487b503d093151c4ef (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
-rw-r--r--ucbhelper/inc/ucbhelper/activedatasink.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/ucbhelper/inc/ucbhelper/activedatasink.hxx b/ucbhelper/inc/ucbhelper/activedatasink.hxx
index a7ec0b44ba30..1669d02b202b 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
{