From b065919bece33fec9a39ebdc1b53750ba410d655 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 07:36:05 +0000 Subject: INTEGRATION: CWS tune03 (1.6.222); FILE MERGED 2004/07/19 19:10:37 mhu 1.6.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes. --- sw/inc/grfatr.hxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sw/inc/grfatr.hxx') diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx index e00256f9e58f..4a1bb6a7a0c1 100644 --- a/sw/inc/grfatr.hxx +++ b/sw/inc/grfatr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: grfatr.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-02-02 18:01:57 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:36:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #define _GRFATR_HXX #ifndef _HINTIDS_HXX -#include // fuer die WhichIds +#include // fuer die WhichIds @@@ must be included first @@@ #endif #ifndef _SV_GEN_HXX @@ -78,6 +78,9 @@ #include #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif #ifndef _SWATRSET_HXX #include // fuer inlines #endif @@ -99,7 +102,7 @@ RES_GRFMIRROR_BEGIN, RES_GRFMIRROR_END }; -class SwMirrorGrf : public SfxEnumItem +class SW_DLLPUBLIC SwMirrorGrf : public SfxEnumItem { BOOL bGrfToggle; // auf geraden Seiten Grafiken spiegeln -- cgit