summaryrefslogtreecommitdiffstats
path: root/svx/source/accessibility/ChildrenManagerImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.hxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index ccacc2d582ad..dbe40fac7beb 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -363,8 +363,8 @@ private:
*/
sal_Int32 mnNewNameIndex;
- ChildrenManagerImpl (const ChildrenManagerImpl&) SAL_DELETED_FUNCTION;
- ChildrenManagerImpl& operator= (const ChildrenManagerImpl&) SAL_DELETED_FUNCTION;
+ ChildrenManagerImpl (const ChildrenManagerImpl&) = delete;
+ ChildrenManagerImpl& operator= (const ChildrenManagerImpl&) = delete;
/** This member points to the currently focused shape. It is NULL when
there is no focused shape.