summaryrefslogtreecommitdiff
path: root/include/svtools/contextmenuhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/contextmenuhelper.hxx')
-rw-r--r--include/svtools/contextmenuhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/contextmenuhelper.hxx b/include/svtools/contextmenuhelper.hxx
index 3333027d4391..2e7d8c0dda72 100644
--- a/include/svtools/contextmenuhelper.hxx
+++ b/include/svtools/contextmenuhelper.hxx
@@ -65,8 +65,8 @@ class SVT_DLLPUBLIC ContextMenuHelper
// asynchronous link to prevent destruction while on stack
DECL_STATIC_LINK_TYPED( ContextMenuHelper, ExecuteHdl_Impl, void*, void );
- ContextMenuHelper( const ContextMenuHelper& ) SAL_DELETED_FUNCTION;
- const ContextMenuHelper& operator=( const ContextMenuHelper& ) SAL_DELETED_FUNCTION;
+ ContextMenuHelper( const ContextMenuHelper& ) = delete;
+ const ContextMenuHelper& operator=( const ContextMenuHelper& ) = delete;
// show context menu and dispatch command automatically
void executePopupMenu( const Point& aPos, PopupMenu* pMenu );