From b0f745b417dd8da90c22003992611c242ef89ecb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 07:42:42 +0000 Subject: INTEGRATION: CWS tune03 (1.4.310); FILE MERGED 2004/07/19 19:10:47 mhu 1.4.310.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes. --- sw/inc/wdocsh.hxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sw/inc/wdocsh.hxx') diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx index ea9af92cd835..c2aed10a5587 100644 --- a/sw/inc/wdocsh.hxx +++ b/sw/inc/wdocsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: wdocsh.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:43:23 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:42:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,12 +61,17 @@ #ifndef _SWWDOCSH_HXX #define _SWWDOCSH_HXX +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif +#ifndef _SWDOCSH_HXX #include "docsh.hxx" +#endif #ifndef SW_SWDLL_HXX #include #endif -class SwWebDocShell: public SwDocShell +class SW_DLLPUBLIC SwWebDocShell: public SwDocShell { USHORT nSourcePara; // aktive Zeile in der SourceView public: -- cgit