From 8e0383fec7d999a7c961c660e3ef3b9ab51deecf Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 14:02:04 +0000 Subject: 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# --- svx/inc/opaqitem.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'svx/inc') 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 #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(); -- cgit