summaryrefslogtreecommitdiff
path: root/include/sfx2/mnumgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/mnumgr.hxx')
-rw-r--r--include/sfx2/mnumgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx
index ab0292ccf00e..57dc874ab781 100644
--- a/include/sfx2/mnumgr.hxx
+++ b/include/sfx2/mnumgr.hxx
@@ -75,8 +75,8 @@ private:
// if we don't delete the pointer that got created in SfxPopupMenuManager::Popup
static PopupMenu * pStaticThesSubMenu;
- SfxPopupMenuManager( const SfxPopupMenuManager& ) SAL_DELETED_FUNCTION;
- SfxPopupMenuManager& operator=( const SfxPopupMenuManager& ) SAL_DELETED_FUNCTION;
+ SfxPopupMenuManager( const SfxPopupMenuManager& ) = delete;
+ SfxPopupMenuManager& operator=( const SfxPopupMenuManager& ) = delete;
public:
SfxPopupMenuManager( PopupMenu*, SfxBindings& );