summaryrefslogtreecommitdiffstats
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 12:47:58 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 12:47:58 +0000
commit26bbfffeb75680573e5f967a654ede2dbc37c8bf (patch)
tree3f0c739a62b0ea7fbc1e0bf27caa8798dc8e00aa /sw/inc/index.hxx
parentINTEGRATION: CWS tl17 (1.37.140); FILE MERGED (diff)
downloadcore-26bbfffeb75680573e5f967a654ede2dbc37c8bf.tar.gz
core-26bbfffeb75680573e5f967a654ede2dbc37c8bf.zip
INTEGRATION: CWS os74 (1.6.4); FILE MERGED
2006/01/25 14:18:56 os 1.6.4.1: forward declaration fixed - SwPosition is a struct
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index c732ddab512b..76d1e014906e 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: index.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 13:47:01 $
+ * last change: $Author: kz $ $Date: 2006-02-01 13:47:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@
// Maximale Anzahl von Indizies im IndexArray (zum Abtesten auf Ueberlaeufe)
class SwIndex;
class SwIndexReg;
-class SwPosition;
+struct SwPosition;
#ifdef PRODUCT
#define INLINE inline