summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/propertystatecontainer.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:59:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:59:51 +0000
commit446a6045f23f19b5438f37d0e36f1322286b72e9 (patch)
tree6593e7631ad5417ff79bcf8baee4f39d22f45328 /comphelper/inc/comphelper/propertystatecontainer.hxx
parent0bb3faa8353ae067c16829b42a69b346aa635b2d (diff)
INTEGRATION: CWS visibility02 (1.2.54); FILE MERGED
2005/01/05 05:54:11 mnicel 1.2.54.1: Issue number: 38608 Part of symbol visibility work.
Diffstat (limited to 'comphelper/inc/comphelper/propertystatecontainer.hxx')
-rw-r--r--comphelper/inc/comphelper/propertystatecontainer.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/propertystatecontainer.hxx b/comphelper/inc/comphelper/propertystatecontainer.hxx
index 09420064916c..7956b24fced3 100644
--- a/comphelper/inc/comphelper/propertystatecontainer.hxx
+++ b/comphelper/inc/comphelper/propertystatecontainer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertystatecontainer.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 17:51:02 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:59:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,9 @@
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif
+#ifndef INCLUDED_COMPHELPERDLLAPI_H
+#include "comphelper/comphelperdllapi.h"
+#endif
#include <map>
@@ -97,7 +100,7 @@ namespace comphelper
@see com.sun.star.beans.XPropertyState
*/
- class OPropertyStateContainer
+ class COMPHELPER_DLLPUBLIC OPropertyStateContainer
:public OPropertyContainer
,public OPropertyStateContainer_TBase
{