summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/propmultiplex.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:00:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:00:09 +0000
commit32a3319a9f5b34f092593bcc0f8b6abe338b6ea3 (patch)
treef309d767d239c89e7f63f4bc1257ff7673ccd55a /comphelper/inc/comphelper/propmultiplex.hxx
parent446a6045f23f19b5438f37d0e36f1322286b72e9 (diff)
INTEGRATION: CWS visibility02 (1.6.10); FILE MERGED
2005/01/05 05:54:11 mnicel 1.6.10.1: Issue number: 38608 Part of symbol visibility work.
Diffstat (limited to 'comphelper/inc/comphelper/propmultiplex.hxx')
-rw-r--r--comphelper/inc/comphelper/propmultiplex.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/comphelper/inc/comphelper/propmultiplex.hxx b/comphelper/inc/comphelper/propmultiplex.hxx
index 6b1f83df7979..7fbf3eaf36eb 100644
--- a/comphelper/inc/comphelper/propmultiplex.hxx
+++ b/comphelper/inc/comphelper/propmultiplex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propmultiplex.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 12:35:15 $
+ * last change: $Author: vg $ $Date: 2005-02-16 16:00:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
#include <cppuhelper/implbase1.hxx>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
//=========================================================================
//= property helper classes
@@ -82,7 +85,7 @@ namespace comphelper
//= OPropertyChangeListener
//==================================================================
/// simple listener adapter for property sets
- class OPropertyChangeListener
+ class COMPHELPER_DLLPUBLIC OPropertyChangeListener
{
friend class OPropertyChangeMultiplexer;
@@ -111,7 +114,7 @@ namespace comphelper
//= OPropertyChangeMultiplexer
//==================================================================
/// multiplexer for property changes
- class OPropertyChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListener>
+ class COMPHELPER_DLLPUBLIC OPropertyChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListener>
{
friend class OPropertyChangeListener;
::com::sun::star::uno::Sequence< ::rtl::OUString > m_aProperties;