summaryrefslogtreecommitdiff
path: root/store/source/storbios.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.hxx')
-rw-r--r--store/source/storbios.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx
index 2f8a4db0b295..2c93acd1126b 100644
--- a/store/source/storbios.hxx
+++ b/store/source/storbios.hxx
@@ -92,8 +92,6 @@ public:
storeError releasePage (const OStorePageDescriptor& rDescr);
- sal_uInt32 getRefererCount();
-
/** Page Allocation.
*/
enum Allocation
@@ -149,18 +147,6 @@ public:
inline bool isValid() const;
};
- /** scanBegin.
- */
- storeError scanBegin (
- ScanContext &rCtx,
- sal_uInt32 nMagic = 0);
-
- /** scanNext.
- */
- storeError scanNext (
- ScanContext &rCtx,
- OStorePageObject &rPage);
-
protected:
/** Destruction (OReference).
*/