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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/source/storbase.cxx b/store/source/storbase.cxx
index 2173992b1cf2..e6e8deb82e19 100644
--- a/store/source/storbase.cxx
+++ b/store/source/storbase.cxx
@@ -84,11 +84,11 @@ public:
/** Delegate multiple inherited rtl::IReference.
*/
- virtual oslInterlockedCount SAL_CALL acquire()
+ virtual oslInterlockedCount SAL_CALL acquire() SAL_OVERRIDE
{
return OStoreObject::acquire();
}
- virtual oslInterlockedCount SAL_CALL release()
+ virtual oslInterlockedCount SAL_CALL release() SAL_OVERRIDE
{
return OStoreObject::release();
}
@@ -106,8 +106,8 @@ private:
/** PageData::Allocator implementation.
*/
- virtual void allocate_Impl (void ** ppPage, sal_uInt16 * pnSize);
- virtual void deallocate_Impl (void * pPage);
+ virtual void allocate_Impl (void ** ppPage, sal_uInt16 * pnSize) SAL_OVERRIDE;
+ virtual void deallocate_Impl (void * pPage) SAL_OVERRIDE;
/** Not implemented.
*/