summaryrefslogtreecommitdiff
path: root/include/vcl/menubtn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/menubtn.hxx')
-rw-r--r--include/vcl/menubtn.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/menubtn.hxx b/include/vcl/menubtn.hxx
index 83087ab98318..41e03c6462f9 100644
--- a/include/vcl/menubtn.hxx
+++ b/include/vcl/menubtn.hxx
@@ -47,9 +47,8 @@ private:
SAL_DLLPRIVATE void ImplInitMenuButtonData();
DECL_DLLPRIVATE_LINK( ImplMenuTimeoutHdl, void* );
- // Copy assignment is forbidden and not implemented.
- SAL_DLLPRIVATE MenuButton( const MenuButton & );
- SAL_DLLPRIVATE MenuButton& operator=( const MenuButton & );
+ MenuButton( const MenuButton & ) SAL_DELETED_FUNCTION;
+ MenuButton& operator=( const MenuButton & ) SAL_DELETED_FUNCTION;
protected:
using Window::ImplInit;