summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/MasterPropertySet.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:50:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:50:09 +0000
commit86b0e55aa4a7e60486950dc6d8e9afe8d3ae03c5 (patch)
treeec5dc38ea941f4b823e4e4c39058280679e05200 /comphelper/inc/comphelper/MasterPropertySet.hxx
parent839f68033086810aa9d057aa645b6c3bd85f77f6 (diff)
INTEGRATION: CWS visibility02 (1.1.266); FILE MERGED
2005/01/05 05:54:02 mnicel 1.1.266.1: Issue number: 38608 Part of symbol visibility work.
Diffstat (limited to 'comphelper/inc/comphelper/MasterPropertySet.hxx')
-rw-r--r--comphelper/inc/comphelper/MasterPropertySet.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/MasterPropertySet.hxx b/comphelper/inc/comphelper/MasterPropertySet.hxx
index d38237cf1672..fe5e54a2cab0 100644
--- a/comphelper/inc/comphelper/MasterPropertySet.hxx
+++ b/comphelper/inc/comphelper/MasterPropertySet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MasterPropertySet.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mtg $ $Date: 2001-07-24 20:31:18 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:50:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#ifndef _COMPHELPER_PROPERTYINFOHASH_HXX_
#include <comphelper/PropertyInfoHash.hxx>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
#include <map>
namespace vos
{
@@ -106,7 +109,7 @@ typedef std::map < sal_uInt8, comphelper::SlaveData* > SlaveMap;
*/
namespace comphelper
{
- class MasterPropertySet : public ::com::sun::star::beans::XPropertySet,
+ class COMPHELPER_DLLPUBLIC MasterPropertySet : public ::com::sun::star::beans::XPropertySet,
public ::com::sun::star::beans::XPropertyState,
public ::com::sun::star::beans::XMultiPropertySet
{