summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgcache.hxx')
-rw-r--r--sot/source/sdstor/stgcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx
index b7fea66b919c..56c6c30a306e 100644
--- a/sot/source/sdstor/stgcache.hxx
+++ b/sot/source/sdstor/stgcache.hxx
@@ -110,11 +110,11 @@ public:
short GetSize() { return mnSize; }
public:
- virtual oslInterlockedCount SAL_CALL acquire()
+ virtual oslInterlockedCount SAL_CALL acquire() SAL_OVERRIDE
{
return ++mnRefCount;
}
- virtual oslInterlockedCount SAL_CALL release()
+ virtual oslInterlockedCount SAL_CALL release() SAL_OVERRIDE
{
if ( --mnRefCount == 0)
{