summaryrefslogtreecommitdiff
path: root/sw/inc/ftninfo.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:49:12 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:49:12 +0000
commitf207ca3c427f0c88ae4c2ba9bd84e92e6822beaa (patch)
tree912af65099a9b2eefb47fc06c0dfc75a4d8a34f2 /sw/inc/ftninfo.hxx
parent28a299459856edb5f36e2749b72730c9dec36c17 (diff)
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.7.114); FILE MERGED
2008/01/31 12:23:06 od 1.7.114.1: #i85348# refactoring: adjust includes
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r--sw/inc/ftninfo.hxx16
1 files changed, 12 insertions, 4 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx
index da0579b9015d..19c980cf4ee0 100644
--- a/sw/inc/ftninfo.hxx
+++ b/sw/inc/ftninfo.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ftninfo.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 15:05:47 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:49:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,12 +42,20 @@
#ifndef INCLUDED_SWDLLAPI_H
#include "swdllapi.h"
#endif
-#ifndef _NUMRULE_HXX
-#include "numrule.hxx"
+//#ifndef _NUMRULE_HXX
+//#include <numrule.hxx>
+//#endif
+#ifndef _CALBCK_HXX
+#include <calbck.hxx>
+#endif
+#ifndef _SVX_NUMITEM_HXX
+#include <svx/numitem.hxx>
#endif
class SwTxtFmtColl;
class SwPageDesc;
+class SwCharFmt;
+class SwDoc;
class SW_DLLPUBLIC SwEndNoteInfo : public SwClient
{