diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:29:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:29:24 +0000 |
commit | da7bca52b2230a707a20f7f0e06a1286a0ae8407 (patch) | |
tree | 1e61dd8dc0e29d7ae0ebfa4439608853dc54216a /svx/inc/flstitem.hxx | |
parent | 875645540cebd2192528203e453d7aee6bbfc1eb (diff) |
INTEGRATION: CWS visibility01 (1.3.386); FILE MERGED
2004/12/06 08:10:18 mnicel 1.3.386.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/flstitem.hxx')
-rw-r--r-- | svx/inc/flstitem.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/flstitem.hxx b/svx/inc/flstitem.hxx index 616077313787..ca64d837bd31 100644 --- a/svx/inc/flstitem.hxx +++ b/svx/inc/flstitem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: flstitem.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:04:05 $ + * last change: $Author: kz $ $Date: 2005-01-21 14:29:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,10 @@ #include <com/sun/star/uno/Sequence.h> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + // class SvxFontListItem ------------------------------------------------- class FontList; @@ -85,7 +89,7 @@ class FontList; Die Fontliste wird nicht kopiert und nicht geloescht! */ -class SvxFontListItem : public SfxPoolItem +class SVX_DLLPUBLIC SvxFontListItem : public SfxPoolItem { private: const FontList* pFontList; |