diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:02:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:02:56 +0000 |
commit | 25b6a5a2c610e51c3e536e7cd12b2e54f72173b0 (patch) | |
tree | 013d00c2f7fefab1d86f1f3b32041eb03e759ed5 /comphelper | |
parent | 75893a68eaa397b9c92470457a45f234cf655593 (diff) |
INTEGRATION: CWS visibility02 (1.2.210); FILE MERGED
2005/01/27 10:52:27 mhu 1.2.210.1: #i38608# More classes / symbols need to be exported.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/weakeventlistener.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/weakeventlistener.hxx b/comphelper/inc/comphelper/weakeventlistener.hxx index 24a4932dbc3c..9fce5f53eb24 100644 --- a/comphelper/inc/comphelper/weakeventlistener.hxx +++ b/comphelper/inc/comphelper/weakeventlistener.hxx @@ -2,9 +2,9 @@ * * $RCSfile: weakeventlistener.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-19 15:58:31 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:02:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,10 @@ #include <comphelper/broadcasthelper.hxx> #endif +#ifndef INCLUDED_COMPHELPERDLLAPI_H +#include "comphelper/comphelperdllapi.h" +#endif + //......................................................................... namespace comphelper { @@ -184,7 +188,7 @@ namespace comphelper > OWeakEventListenerAdapter_Base; /** the most simple listener adapter: for XEventListeners at XComponents */ - class OWeakEventListenerAdapter : public OWeakEventListenerAdapter_Base + class COMPHELPER_DLLPUBLIC OWeakEventListenerAdapter : public OWeakEventListenerAdapter_Base { public: OWeakEventListenerAdapter( |