summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:12 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:12 +0100
commit9a4dc4178c86f2639a23089acb6055cc0ca0321f (patch)
tree740c61500a7135c93bd9cb5ca5950a49efe5ba6b /sw/inc
parentd43417b5474eab1a10c9529e3b02e930a53d4171 (diff)
SwIndex: cleanup: add Init method
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/index.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index b1f73f761578..cecb7bcdb0cc 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -61,6 +61,7 @@ private:
SwIndex * m_pPrev;
SwIndex& ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue );
+ void Init(xub_StrLen const nIdx);
void Remove();
public: