From 37f04920b1589f4560ea21ed10ba0bb7f132025a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 07:40:13 +0000 Subject: INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:10:43 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes. --- sw/inc/swwait.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sw/inc/swwait.hxx') diff --git a/sw/inc/swwait.hxx b/sw/inc/swwait.hxx index 73e009332038..a83473e6ca7c 100644 --- a/sw/inc/swwait.hxx +++ b/sw/inc/swwait.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swwait.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:40:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,9 +65,13 @@ #include #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif + class SwDocShell; -class SwWait +class SW_DLLPUBLIC SwWait { SwDocShell &rDoc; BOOL bLock; -- cgit