diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-01 12:47:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-01 12:47:58 +0000 |
commit | 26bbfffeb75680573e5f967a654ede2dbc37c8bf (patch) | |
tree | 3f0c739a62b0ea7fbc1e0bf27caa8798dc8e00aa /sw/inc/index.hxx | |
parent | 48482d3a3186347e66da7bd50422d9038a6ce188 (diff) |
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.hxx | 6 |
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 |