diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:02:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:02:04 +0000 |
commit | 8e0383fec7d999a7c961c660e3ef3b9ab51deecf (patch) | |
tree | 0ea8f3f7a8675b38d735255d85108b48fb1a5e10 /svx/inc | |
parent | 9efa173128f459d99556651b0ae499b712ab7908 (diff) |
INTEGRATION: CWS visibility01 (1.4.1032); FILE MERGED
2004/12/06 08:10:30 mnicel 1.4.1032.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/opaqitem.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/opaqitem.hxx b/svx/inc/opaqitem.hxx index 556de991935f..f89e4516ff5a 100644 --- a/svx/inc/opaqitem.hxx +++ b/svx/inc/opaqitem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: opaqitem.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mib $ $Date: 2001-07-05 09:48:22 $ + * last change: $Author: kz $ $Date: 2005-01-21 15:02:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,10 @@ #include <svtools/eitem.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + class SvXMLUnitConverter; #ifdef _USE_NAMESPACE namespace rtl @@ -85,7 +89,7 @@ namespace rtl Dieses Item beschreibt eine logische Variable "Undurchsichtig ja oder nein". */ -class SvxOpaqueItem : public SfxBoolItem +class SVX_DLLPUBLIC SvxOpaqueItem : public SfxBoolItem { public: TYPEINFO(); |