summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:33:39 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:33:39 +0000
commit57ea7622ee5e680c5304b70790fec03399d157d4 (patch)
treead06ad3f80d91de56a35353b3c7fcfe891867a6f /sw/inc/fmtftn.hxx
parent3cb3ff2c2289314b765ddc5703c4bc151b6d185e (diff)
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.
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx13
1 files changed, 8 insertions, 5 deletions
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 <tools/string.hxx>
#endif
@@ -69,11 +68,15 @@
#include <svtools/poolitem.hxx>
#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;