summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmobj.hxx')
-rw-r--r--svx/source/inc/fmobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/fmobj.hxx b/svx/source/inc/fmobj.hxx
index 38ff2b6906be..133d18f97383 100644
--- a/svx/source/inc/fmobj.hxx
+++ b/svx/source/inc/fmobj.hxx
@@ -29,7 +29,7 @@
class SVX_DLLPUBLIC FmFormObj: public SdrUnoObj
{
- FmFormObj( const FmFormObj& ) SAL_DELETED_FUNCTION;
+ FmFormObj( const FmFormObj& ) = delete;
::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor > aEvts; // events des Objects
::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor> m_aEventsHistory;