summaryrefslogtreecommitdiff
path: root/sw/inc/ftninfo.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:35:54 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:35:54 +0000
commitc8429c096af512029027772cec0672fa59754bf6 (patch)
tree936ad4afdaec01c3dfe4075f415a3b8a6ddf073f /sw/inc/ftninfo.hxx
parentf765bdc5715328cdd9c4792d3d7a43a4c7efeae5 (diff)
INTEGRATION: CWS tune03 (1.2.780); FILE MERGED
2004/07/19 19:10:37 mhu 1.2.780.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r--sw/inc/ftninfo.hxx13
1 files changed, 9 insertions, 4 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx
index 9bda2f853896..926f68e2691f 100644
--- a/sw/inc/ftninfo.hxx
+++ b/sw/inc/ftninfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftninfo.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-02-23 12:45:01 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:35:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,12 +65,17 @@
#include <tools/string.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+#ifndef _NUMRULE_HXX
#include "numrule.hxx"
+#endif
class SwTxtFmtColl;
class SwPageDesc;
-class SwEndNoteInfo : public SwClient
+class SW_DLLPUBLIC SwEndNoteInfo : public SwClient
{
SwDepend aPageDescDep;
SwDepend aCharFmtDep, aAnchorCharFmtDep;
@@ -126,7 +131,7 @@ enum SwFtnNum
FTNNUM_PAGE, FTNNUM_CHAPTER, FTNNUM_DOC
};
-class SwFtnInfo: public SwEndNoteInfo
+class SW_DLLPUBLIC SwFtnInfo: public SwEndNoteInfo
{
public:
String aQuoVadis;