diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:15:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:15:32 +0000 |
commit | 1d494c39ff122eb06b0000d2af92c6af3babc198 (patch) | |
tree | 3e8f8e7edb929cca9edbf4184fb2023d919ae0e3 /svx/inc/xmlcnitm.hxx | |
parent | b3b8b80298bb9532c0e8c327be598c7c4df4a229 (diff) |
INTEGRATION: CWS visibility01 (1.1.1032); FILE MERGED
2004/12/06 08:11:04 mnicel 1.1.1032.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/xmlcnitm.hxx')
-rw-r--r-- | svx/inc/xmlcnitm.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/xmlcnitm.hxx b/svx/inc/xmlcnitm.hxx index 56094657e87c..e925e51b474d 100644 --- a/svx/inc/xmlcnitm.hxx +++ b/svx/inc/xmlcnitm.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlcnitm.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mib $ $Date: 2001-07-04 14:06:13 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:15:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ #include <svtools/poolitem.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + class SvXMLNamespaceMap; namespace rtl { class OUString; } @@ -73,7 +77,7 @@ namespace rtl { class OUString; } class SvXMLAttrContainerData; -class SvXMLAttrContainerItem: public SfxPoolItem +class SVX_DLLPUBLIC SvXMLAttrContainerItem: public SfxPoolItem { SvXMLAttrContainerData *pImpl; |