diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:22:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:22:40 +0000 |
commit | 987c13819a444d83659993a2095d44265fdb1a1b (patch) | |
tree | 9198d8c11a2df4037a1e585066d2c6e927881eb5 /svx/inc | |
parent | 4e5ce64a434b12a7ab9f1bedd8c2d21ac885f04d (diff) |
INTEGRATION: CWS visibility01 (1.3.26); FILE MERGED
2004/11/19 12:54:53 mmeeks 1.3.26.1: Issue number: #i35758#
Submitted by: mnicel
Reviewed by: mmeeks
Add lots of visibility attributes to APIs.
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/properties/attributeproperties.hxx | 10 | ||||
-rw-r--r-- | svx/inc/svx/sdr/properties/defaultproperties.hxx | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/svx/inc/svx/sdr/properties/attributeproperties.hxx b/svx/inc/svx/sdr/properties/attributeproperties.hxx index bf181e12940b..67fdd53dec05 100644 --- a/svx/inc/svx/sdr/properties/attributeproperties.hxx +++ b/svx/inc/svx/sdr/properties/attributeproperties.hxx @@ -2,9 +2,9 @@ * * $RCSfile: attributeproperties.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 10:29:42 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:22:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,13 +70,17 @@ #include <svx/sdr/properties/defaultproperties.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + ////////////////////////////////////////////////////////////////////////////// namespace sdr { namespace properties { - class AttributeProperties : public DefaultProperties, public SfxListener + class SVX_DLLPUBLIC AttributeProperties : public DefaultProperties, public SfxListener { // add style sheet, do all the necessary handling void ImpAddStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr); diff --git a/svx/inc/svx/sdr/properties/defaultproperties.hxx b/svx/inc/svx/sdr/properties/defaultproperties.hxx index 2f74209ba092..6cf54245f18b 100644 --- a/svx/inc/svx/sdr/properties/defaultproperties.hxx +++ b/svx/inc/svx/sdr/properties/defaultproperties.hxx @@ -2,9 +2,9 @@ * * $RCSfile: defaultproperties.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 10:30:50 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:22:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,13 +66,17 @@ #include <svx/sdr/properties/properties.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + ////////////////////////////////////////////////////////////////////////////// namespace sdr { namespace properties { - class DefaultProperties : public BaseProperties + class SVX_DLLPUBLIC DefaultProperties : public BaseProperties { protected: // the to be used ItemSet |