From 57ea7622ee5e680c5304b70790fec03399d157d4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 07:33:39 +0000 Subject: INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED 2004/07/19 19:10:34 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes. --- sw/inc/fmtftn.hxx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sw/inc/fmtftn.hxx') diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx index 45d843289664..cb1d85353ae3 100644 --- a/sw/inc/fmtftn.hxx +++ b/sw/inc/fmtftn.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtftn.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:33:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,6 @@ #ifndef _FMTFTN_HXX #define _FMTFTN_HXX - #ifndef _STRING_HXX //autogen #include #endif @@ -69,11 +68,15 @@ #include #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif + class SwDoc; // ATT_FTN ********************************************************** -class SwFmtFtn: public SfxPoolItem +class SW_DLLPUBLIC SwFmtFtn: public SfxPoolItem { friend class SwTxtFtn; SwTxtFtn* pTxtAttr; //mein TextAttribut @@ -87,7 +90,7 @@ class SwFmtFtn: public SfxPoolItem public: SwFmtFtn( BOOL bEndNote = FALSE ); - ~SwFmtFtn(); + virtual ~SwFmtFtn(); // "pure virtual Methoden" vom SfxPoolItem virtual int operator==( const SfxPoolItem& ) const; -- cgit