summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftntx.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:34:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:34:41 +0000
commit75fba75e7527d773f8c260b53e07c5a7dff511a3 (patch)
tree66bc015f20eeb1685d57caff3c0e1379a497cc94 /sw/inc/fmtftntx.hxx
parente78c0adb67a133b72c6d0cfd111a13f8c917c397 (diff)
INTEGRATION: CWS tune03 (1.7.222); FILE MERGED
2004/07/19 19:10:35 mhu 1.7.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtftntx.hxx')
-rw-r--r--sw/inc/fmtftntx.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index 36ec8afe0168..05a47bc5a02b 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtftntx.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 17:56:43 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:33:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,9 @@
#ifndef _NUMRULE_HXX
#include <numrule.hxx>
#endif
-
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
enum SwFtnEndPosEnum
{
@@ -85,7 +87,7 @@ enum SwFtnEndPosEnum
};
-class SwFmtFtnEndAtTxtEnd : public SfxEnumItem
+class SW_DLLPUBLIC SwFmtFtnEndAtTxtEnd : public SfxEnumItem
{
String sPrefix;
String sSuffix;
@@ -145,7 +147,7 @@ public:
void SetSuffix(const String& rSet) { sSuffix = rSet; }
};
-class SwFmtFtnAtTxtEnd : public SwFmtFtnEndAtTxtEnd
+class SW_DLLPUBLIC SwFmtFtnAtTxtEnd : public SwFmtFtnEndAtTxtEnd
{
public:
SwFmtFtnAtTxtEnd( SwFtnEndPosEnum ePos = FTNEND_ATPGORDOCEND )
@@ -155,7 +157,7 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
};
-class SwFmtEndAtTxtEnd : public SwFmtFtnEndAtTxtEnd
+class SW_DLLPUBLIC SwFmtEndAtTxtEnd : public SwFmtFtnEndAtTxtEnd
{
public:
SwFmtEndAtTxtEnd( SwFtnEndPosEnum ePos = FTNEND_ATPGORDOCEND )