summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:23:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:23:46 +0000
commitf1453c2a0aee467dc2bb13e9145d3626a0933fe0 (patch)
tree9f326a39a7c282b39ae7a88a0f88651ce4c855fc /sw/source/core/inc/txtfrm.hxx
parente2af0e3675cff0661ad16250b8a664e5fa93b5bd (diff)
INTEGRATION: CWS writercorehandoff (1.45.48); FILE MERGED
2006/07/27 14:43:25 fme 1.45.48.6: RESYNC: (1.48-1.49); FILE MERGED 2006/03/17 08:08:16 tra 1.45.48.5: RESYNC: (1.47-1.48); FILE MERGED 2005/10/25 08:30:33 tra 1.45.48.4: RESYNC: (1.46-1.47); FILE MERGED 2005/09/13 14:03:03 tra 1.45.48.3: RESYNC: (1.45-1.46); FILE MERGED 2005/07/13 13:24:23 fme 1.45.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:02 fme 1.45.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index c8f083acd1f1..f79d7c08d6cf 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtfrm.hxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 15:28:53 $
+ * last change: $Author: hr $ $Date: 2006-08-14 16:23:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,6 @@
************************************************************************/
#ifndef _TXTFRM_HXX
#define _TXTFRM_HXX
-
#ifndef _SVMEMPOOL_HXX //autogen
#include <tools/mempool.hxx>
#endif
@@ -52,13 +51,11 @@ class SwTxtFormatInfo;
class SwParaPortion;
class WidowsAndOrphans;
class SwBodyFrm;
-class SwFooterFrm;
class SwTxtFtn;
class SwInterHyphInfo; // Hyphenate()
class SwCache;
class SwBorderAttrs;
class SwFrmFmt;
-class SwFldPortion;
class OutputDevice;
class SwTestFormat;
class SwStripes;
@@ -66,6 +63,7 @@ struct SwCrsrMoveState;
struct SwFillData;
class SwPortionHandler;
class SwScriptInfo;
+class SwViewOption;
#define GRID_ON 0
#define GRID_HEIGHT 1
@@ -235,7 +233,7 @@ public:
void Init();
// Wird von FormatSpelling( ) gerufen
- SwRect _AutoSpell( SwCntntNode* , USHORT );
+ SwRect _AutoSpell( const SwCntntNode*, const SwViewOption&, USHORT );
// Wird vom CollectAutoCmplWords gerufen
void CollectAutoCmplWrds( SwCntntNode* , USHORT );