summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:43:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:43:13 +0000
commit14c2cfe2feb5611250d11b8d3b17809a6782a172 (patch)
tree5b1b0e7e5931f9a57b69d956c110aac506ea3c48 /ucbhelper
parent501e7159d9db224dc477d5a31cd9ae29d1bc9dbf (diff)
INTEGRATION: CWS visibility02 (1.1.1.1.172); FILE MERGED
2004/12/22 04:02:23 mnicel 1.1.1.1.172.1: Issue number:38608 Symbol visibility work.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/commandenvironment.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/ucbhelper/inc/ucbhelper/commandenvironment.hxx b/ucbhelper/inc/ucbhelper/commandenvironment.hxx
index 683a889651d7..abc0f1677d0f 100644
--- a/ucbhelper/inc/ucbhelper/commandenvironment.hxx
+++ b/ucbhelper/inc/ucbhelper/commandenvironment.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: commandenvironment.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:03:36 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:43:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,9 @@
#ifndef _UCBHELPER_MACROS_HXX
#include <ucbhelper/macros.hxx>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace ucb
{
@@ -88,15 +91,15 @@ struct CommandEnvironment_Impl;
* com::sun::star::ucb::XCommandEnvironement. Instances of this class can
* be used to supply environments to commands executed by UCB contents.
*/
-class CommandEnvironment : public cppu::OWeakObject,
+class UCBHELPER_DLLPUBLIC CommandEnvironment : public cppu::OWeakObject,
public com::sun::star::lang::XTypeProvider,
public com::sun::star::ucb::XCommandEnvironment
{
CommandEnvironment_Impl* m_pImpl;
private:
- CommandEnvironment( const CommandEnvironment& ); // n.i.
- CommandEnvironment& operator=( const CommandEnvironment& ); // n.i.
+ UCBHELPER_DLLPRIVATE CommandEnvironment( const CommandEnvironment& ); // n.i.
+ UCBHELPER_DLLPRIVATE CommandEnvironment& operator=( const CommandEnvironment& ); // n.i.
public:
/**