summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/listenernotification.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:56:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:56:17 +0000
commitc7e8c3b41c2d91e66904581f023bd6626a0a85e6 (patch)
tree919d356773b882a44c78ff6da653fc38827961fd /comphelper/inc/comphelper/listenernotification.hxx
parent121b8e268812803c3a95b3384ba6ab43e1bd44bf (diff)
INTEGRATION: CWS visibility02 (1.3.34); FILE MERGED
2005/01/27 13:13:38 mhu 1.3.34.1: #i38608# More classes / symbols need to be exported.
Diffstat (limited to 'comphelper/inc/comphelper/listenernotification.hxx')
-rw-r--r--comphelper/inc/comphelper/listenernotification.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/listenernotification.hxx b/comphelper/inc/comphelper/listenernotification.hxx
index ec6108f4cf50..009fb7b8d88c 100644
--- a/comphelper/inc/comphelper/listenernotification.hxx
+++ b/comphelper/inc/comphelper/listenernotification.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: listenernotification.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-22 12:46:04 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:56:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,10 @@
#endif
/** === end UNO includes === **/
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
+
//........................................................................
namespace comphelper
{
@@ -99,7 +103,7 @@ namespace comphelper
@see http://www.openoffice.org/servlets/ReadMsg?list=interface-announce&msgId=494345
@see OListenerContainerBase
*/
- class OListenerContainer
+ class COMPHELPER_DLLPUBLIC OListenerContainer
{
private:
::cppu::OInterfaceContainerHelper m_aListeners;