diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:02:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:02:54 +0000 |
commit | c1576346d1264f52ce36c5595ba3c3d1a3dc96ad (patch) | |
tree | 2ed3478bbfd6cf478ed621075aef951345aa8353 /svx/inc | |
parent | 0bc6278fd1954aae66f40867fd557e88a7d82a9e (diff) |
INTEGRATION: CWS visibility01 (1.3.1036); FILE MERGED
2004/12/06 08:10:31 mnicel 1.3.1036.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/optitems.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/inc/optitems.hxx b/svx/inc/optitems.hxx index e6c2fee2afa9..6508cf771083 100644 --- a/svx/inc/optitems.hxx +++ b/svx/inc/optitems.hxx @@ -2,9 +2,9 @@ * * $RCSfile: optitems.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: er $ $Date: 2001-05-13 03:27:40 $ + * last change: $Author: kz $ $Date: 2005-01-21 15:02:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,6 +71,10 @@ #include <com/sun/star/uno/Reference.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + // forward --------------------------------------------------------------- namespace com{namespace sun{namespace star{ namespace beans{ @@ -85,7 +89,7 @@ namespace linguistic2{ #ifdef ITEMID_SPELLCHECK -class SfxSpellCheckItem: public SfxPoolItem +class SVX_DLLPUBLIC SfxSpellCheckItem: public SfxPoolItem { public: TYPEINFO(); @@ -117,7 +121,7 @@ private: #ifdef ITEMID_HYPHENREGION -class SfxHyphenRegionItem: public SfxPoolItem +class SVX_DLLPUBLIC SfxHyphenRegionItem: public SfxPoolItem { sal_uInt8 nMinLead; sal_uInt8 nMinTrail; |