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 f57d720076d6..687b38b943e8 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -184,8 +184,8 @@ private:
*/
storeError remove_Impl (entry & rEntry);
- OStorePageManager (const OStorePageManager&) SAL_DELETED_FUNCTION;
- OStorePageManager& operator= (const OStorePageManager&) SAL_DELETED_FUNCTION;
+ OStorePageManager (const OStorePageManager&) = delete;
+ OStorePageManager& operator= (const OStorePageManager&) = delete;
};
inline bool OStorePageManager::isValid() const