summaryrefslogtreecommitdiff
path: root/store/source/storbios.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-07 16:28:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-27 08:20:43 +0000
commit644487a1152c7586a7f20c7f372572a71d8494d5 (patch)
tree683cdbd755ec1660e75f930e5be4cd6867e3e734 /store/source/storbios.hxx
parent1b4dff2c371d31c99f34324c3f6f31888bdc34d7 (diff)
loplugin:unusedmethods
Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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).
*/