summaryrefslogtreecommitdiff
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
commit490d78bd02a134714ad78b4de22d08a9f5e9e8fa (patch)
tree5991c6f7f323b5c1cd14caf18fcd8a6b0ee5a625 /sw/inc/index.hxx
parentd8d0f19821b9a0a4046519a369260e4ad5c5ee73 (diff)
parent850ec5b34c7d8d77061267f4f4020b9512269cc5 (diff)
merge commit
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index 2efc3f285d7f..5b28034aa27a 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -132,8 +132,8 @@ class SwIndexReg
static SwIndexReg* pEmptyIndexArray;
protected:
- virtual void Update( const SwIndex & aPos, xub_StrLen nLen,
- BOOL bNegativ = FALSE, BOOL bDelete = FALSE );
+ virtual void Update( SwIndex const & rPos, const xub_StrLen nChangeLen,
+ const bool bNegative = false, const bool bDelete = false );
void ChkArr();