summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/accimplaccess.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:52:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:52:43 +0000
commit719c131d88bd45a1106f6ecfedaf657fc41c60fe (patch)
treead6ed0bc19d4f5b2a7084022b13c147230303516 /comphelper/inc/comphelper/accimplaccess.hxx
parentd8985cd8e04cd0efa81ce04cb93ef0bdafa9a4af (diff)
INTEGRATION: CWS visibility02 (1.5.196); FILE MERGED
2005/01/05 05:54:06 mnicel 1.5.196.1: Issue number: 38608 Part of symbol visibility work.
Diffstat (limited to 'comphelper/inc/comphelper/accimplaccess.hxx')
-rw-r--r--comphelper/inc/comphelper/accimplaccess.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/comphelper/inc/comphelper/accimplaccess.hxx b/comphelper/inc/comphelper/accimplaccess.hxx
index fd5622a5348c..55701626f621 100644
--- a/comphelper/inc/comphelper/accimplaccess.hxx
+++ b/comphelper/inc/comphelper/accimplaccess.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accimplaccess.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:26:27 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:52:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,9 @@
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
#include <com/sun/star/lang/XUnoTunnel.hpp>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
// forward declaration
namespace com { namespace sun { namespace star { namespace accessibility {
@@ -110,7 +113,7 @@ namespace comphelper
class can ask for states which are <em>set</em> only, not for the ones which are <em>reset</em> currently.
</p>
*/
- class OAccessibleImplementationAccess : public OAccImpl_Base
+ class COMPHELPER_DLLPUBLIC OAccessibleImplementationAccess : public OAccImpl_Base
{
private:
OAccImpl_Impl* m_pImpl;
@@ -191,7 +194,7 @@ namespace comphelper
private:
- static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelImplementationId();
+ COMPHELPER_DLLPRIVATE static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelImplementationId();
};
//.........................................................................