summaryrefslogtreecommitdiff
path: root/store/source/stortree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stortree.hxx')
-rw-r--r--store/source/stortree.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/stortree.hxx b/store/source/stortree.hxx
index 872ff0821432..f70aad057f9f 100644
--- a/store/source/stortree.hxx
+++ b/store/source/stortree.hxx
@@ -256,7 +256,7 @@ public:
OStoreBTreeNodeObject & rNode, // [out]
sal_uInt16 & rIndex, // [out]
OStorePageKey const & rKey,
- OStorePageBIOS & rBIOS);
+ OStorePageBIOS & rBIOS) const;
/** find_insert (possibly with split()).
* Precond: root node page loaded.
@@ -271,7 +271,7 @@ private:
/** testInvariant.
* Precond: root node page loaded.
*/
- void testInvariant (char const * message);
+ void testInvariant (char const * message) const;
/** change (Root).
*