diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 12:47:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 12:47:01 +0000 |
commit | 721d296cd91f23f69a4c8bf74a0edeb796dd574e (patch) | |
tree | c76ea9cc9d809bb9e27730beaa30bcf59c91f8fd /sw/inc/index.hxx | |
parent | d5ae6457767556449edd8e56a1aa2ec6d4f68f47 (diff) |
INTEGRATION: CWS swqbf48 (1.5.124); FILE MERGED
2005/12/02 08:30:22 fme 1.5.124.2: #121647# Make lcl_PosOK robust
2005/12/01 11:43:24 fme 1.5.124.1: #121647# Make lcl_PosOK robust
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r-- | sw/inc/index.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx index a8f590225950..c732ddab512b 100644 --- a/sw/inc/index.hxx +++ b/sw/inc/index.hxx @@ -4,9 +4,9 @@ * * $RCSfile: index.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:58:34 $ + * last change: $Author: obo $ $Date: 2006-01-20 13:47:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,6 +53,7 @@ // Maximale Anzahl von Indizies im IndexArray (zum Abtesten auf Ueberlaeufe) class SwIndex; class SwIndexReg; +class SwPosition; #ifdef PRODUCT #define INLINE inline @@ -131,6 +132,8 @@ public: class SwIndexReg { friend class SwIndex; + friend bool lcl_PosOk(const SwPosition & aPos); + const SwIndex *pFirst, *pLast, *pMiddle; // ein globales Array, in das Indizies verschoben werden, die mal |