From bfcfdb8df8d074e528617bedc44e8dd94ff0c278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 23 Aug 2004 07:27:54 +0000 Subject: [PATCH] INTEGRATION: CWS tune03 (1.2.250); FILE MERGED 2004/07/19 19:10:27 mhu 1.2.250.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes. --- sw/inc/authratr.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sw/inc/authratr.hxx b/sw/inc/authratr.hxx index ee7ee27fc4bd..1923d4894ae9 100644 --- a/sw/inc/authratr.hxx +++ b/sw/inc/authratr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: authratr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2004-01-06 18:12:34 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:27:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,9 +70,13 @@ #include #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif + #define COL_NONE TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF ) -class AuthorCharAttr +class SW_DLLPUBLIC AuthorCharAttr { public: USHORT nItemId;