summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 4ef4d8b30fc2..93769e05f2e9 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -363,10 +363,8 @@ private:
*/
sal_Int32 mnNewNameIndex;
- // Don't use the copy constructor or the assignment operator. They are
- // not implemented (and are not intended to be).
- ChildrenManagerImpl (const ChildrenManagerImpl&);
- ChildrenManagerImpl& operator= (const ChildrenManagerImpl&);
+ ChildrenManagerImpl (const ChildrenManagerImpl&) SAL_DELETED_FUNCTION;
+ ChildrenManagerImpl& operator= (const ChildrenManagerImpl&) SAL_DELETED_FUNCTION;
/** This member points to the currently focused shape. It is NULL when
there is no focused shape.