diff options
Diffstat (limited to 'include/svx/AccessibleGraphicShape.hxx')
-rw-r--r-- | include/svx/AccessibleGraphicShape.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx index 56f48b6404c4..3e8d46fee679 100644 --- a/include/svx/AccessibleGraphicShape.hxx +++ b/include/svx/AccessibleGraphicShape.hxx @@ -99,16 +99,9 @@ protected: throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; private: - /** Don't use the default constructor. Use the public constructor that - takes the original shape and the parent as arguments instead. - */ - SVX_DLLPRIVATE AccessibleGraphicShape (void); - - /// Don't use the constructor. Not yet implemented. - SVX_DLLPRIVATE AccessibleGraphicShape (const AccessibleGraphicShape&); + AccessibleGraphicShape (const AccessibleGraphicShape&) SAL_DELETED_FUNCTION; - /// Don't use the assignment operator. Not yet implemented. - SVX_DLLPRIVATE AccessibleGraphicShape& operator= (const AccessibleGraphicShape&); + AccessibleGraphicShape& operator= (const AccessibleGraphicShape&) SAL_DELETED_FUNCTION; }; } // end of namespace accessibility |