summaryrefslogtreecommitdiff
path: root/include/oox/helper/storagebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/storagebase.hxx')
-rw-r--r--include/oox/helper/storagebase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/helper/storagebase.hxx b/include/oox/helper/storagebase.hxx
index 52196dab93c1..f073b292de2d 100644
--- a/include/oox/helper/storagebase.hxx
+++ b/include/oox/helper/storagebase.hxx
@@ -138,8 +138,8 @@ protected:
explicit StorageBase( const StorageBase& rParentStorage, const OUString& rStorageName, bool bReadOnly );
private:
- StorageBase( const StorageBase& ) SAL_DELETED_FUNCTION;
- StorageBase& operator=( const StorageBase& ) SAL_DELETED_FUNCTION;
+ StorageBase( const StorageBase& ) = delete;
+ StorageBase& operator=( const StorageBase& ) = delete;
/** Returns true, if the object represents a valid storage. */
virtual bool implIsStorage() const = 0;