summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogalitem.hxx')
-rw-r--r--svx/source/unogallery/unogalitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unogallery/unogalitem.hxx b/svx/source/unogallery/unogalitem.hxx
index e1bb9a22044f..349e0a5404d7 100644
--- a/svx/source/unogallery/unogalitem.hxx
+++ b/svx/source/unogallery/unogalitem.hxx
@@ -95,8 +95,8 @@ private:
const ::GalleryObject* implGetObject() const { return mpGalleryObject;}
void implSetInvalid();
- GalleryItem( const GalleryItem& ) SAL_DELETED_FUNCTION;
- GalleryItem& operator=( const GalleryItem& ) SAL_DELETED_FUNCTION;
+ GalleryItem( const GalleryItem& ) = delete;
+ GalleryItem& operator=( const GalleryItem& ) = delete;
};