summaryrefslogtreecommitdiffstats
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
parentmerge changes from Linux repository (diff)
parentCreate DEV300_m60 milestone tag from trunk@276428 (diff)
downloadcore-490d78bd02a134714ad78b4de22d08a9f5e9e8fa.tar.gz
core-490d78bd02a134714ad78b4de22d08a9f5e9e8fa.zip
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();