summaryrefslogtreecommitdiff
path: root/store/source/storpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r--store/source/storpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index 687b38b943e8..cdeeea68e2e2 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -52,7 +52,7 @@ public:
virtual storeError initialize (
ILockBytes * pLockBytes,
storeAccessMode eAccessMode,
- sal_uInt16 & rnPageSize) SAL_OVERRIDE;
+ sal_uInt16 & rnPageSize) override;
/** isValid.
* @return sal_True upon successful initialization,
@@ -130,7 +130,7 @@ public:
/** IStoreHandle.
*/
- virtual bool isKindOf (sal_uInt32 nTypeId) SAL_OVERRIDE;
+ virtual bool isKindOf (sal_uInt32 nTypeId) override;
protected:
/** Destruction.