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.hxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx
index 36b2b655b234..ebb9ef65278b 100644
--- a/store/source/storbios.hxx
+++ b/store/source/storbios.hxx
@@ -92,17 +92,7 @@ public:
storeError releasePage (const OStorePageDescriptor& rDescr);
- /** Page Allocation.
- */
- enum Allocation
- {
- ALLOCATE_FIRST = 0,
- ALLOCATE_BEST = 1,
- ALLOCATE_EOF = 2
- };
-
- storeError allocate (
- OStorePageObject& rPage, Allocation eAllocation = ALLOCATE_FIRST);
+ storeError allocate (OStorePageObject& rPage);
storeError free (sal_uInt32 nAddr);