summaryrefslogtreecommitdiff
path: root/store/source/storbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbase.cxx')
-rw-r--r--store/source/storbase.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/store/source/storbase.cxx b/store/source/storbase.cxx
index 084309872052..fb14595bdf01 100644
--- a/store/source/storbase.cxx
+++ b/store/source/storbase.cxx
@@ -84,17 +84,6 @@ public:
storeError initialize (sal_uInt16 nPageSize);
- /** Delegate multiple inherited rtl::IReference.
- */
- virtual oslInterlockedCount SAL_CALL acquire() SAL_OVERRIDE
- {
- return OStoreObject::acquire();
- }
- virtual oslInterlockedCount SAL_CALL release() SAL_OVERRIDE
- {
- return OStoreObject::release();
- }
-
protected:
/** Destruction.
*/