summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize/eventdlg.hxx')
-rw-r--r--cui/source/customize/eventdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/eventdlg.hxx b/cui/source/customize/eventdlg.hxx
index c1f283f52b57..d415ce84db84 100644
--- a/cui/source/customize/eventdlg.hxx
+++ b/cui/source/customize/eventdlg.hxx
@@ -39,8 +39,8 @@ class SvxEventConfigPage : public _SvxMacroTabPage
DECL_LINK_TYPED( SelectHdl_Impl, ListBox&, void );
- SvxEventConfigPage (const SvxEventConfigPage &) SAL_DELETED_FUNCTION;
- SvxEventConfigPage & operator= (const SvxEventConfigPage &) SAL_DELETED_FUNCTION;
+ SvxEventConfigPage (const SvxEventConfigPage &) = delete;
+ SvxEventConfigPage & operator= (const SvxEventConfigPage &) = delete;
public: