summaryrefslogtreecommitdiffstats
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:47:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:47:21 +0000
commitab8f7ccd2fee2429e8aa13150569ebab01d56e43 (patch)
tree4566877afae921bae2e19cd59018656510d4d69c /ucbhelper
parentINTEGRATION: CWS visibility02 (1.3.156); FILE MERGED (diff)
downloadcore-ab8f7ccd2fee2429e8aa13150569ebab01d56e43.tar.gz
core-ab8f7ccd2fee2429e8aa13150569ebab01d56e43.zip
INTEGRATION: CWS visibility02 (1.1.158); FILE MERGED
2004/12/22 04:02:26 mnicel 1.1.158.1: Issue number:38608 Symbol visibility work.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx9
-rw-r--r--ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx9
2 files changed, 12 insertions, 6 deletions
diff --git a/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx b/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx
index 195e9803b098..cc88bfe8f442 100644
--- a/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx
+++ b/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simpleinteractionrequest.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2001-05-28 10:42:33 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:47:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,9 @@
#ifndef _UCBHELPER_INTERATIONREQUEST_HXX
#include <ucbhelper/interactionrequest.hxx>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace ucbhelper {
@@ -102,7 +105,7 @@ static const sal_Int32 CONTINUATION_DISAPPROVE = 8;
* @see InteractionApprove
* @see InteractionDisapprove
*/
-class SimpleInteractionRequest : public ucbhelper::InteractionRequest
+class UCBHELPER_DLLPUBLIC SimpleInteractionRequest : public ucbhelper::InteractionRequest
{
public:
/**
diff --git a/ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx b/ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx
index 826de3aa5133..04ef749ecdcb 100644
--- a/ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx
+++ b/ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simplenameclashresolverequest.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2001-05-29 11:41:47 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:47:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _UCBHELPER_INTERATIONREQUEST_HXX
#include <ucbhelper/interactionrequest.hxx>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace ucbhelper {
@@ -83,7 +86,7 @@ namespace ucbhelper {
* @see InteractioneplaceExistingData
* @see InteractionSupplyName
*/
-class SimpleNameClashResolveRequest : public ucbhelper::InteractionRequest
+class UCBHELPER_DLLPUBLIC SimpleNameClashResolveRequest : public ucbhelper::InteractionRequest
{
rtl::Reference< InteractionSupplyName > m_xNameSupplier;