summaryrefslogtreecommitdiff
path: root/include/vcl/morebtn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/morebtn.hxx')
-rw-r--r--include/vcl/morebtn.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx
index f77339136ba3..4dbd6da57736 100644
--- a/include/vcl/morebtn.hxx
+++ b/include/vcl/morebtn.hxx
@@ -39,9 +39,8 @@ private:
MapUnit meUnit;
bool mbState;
- // Copy assignment is forbidden and not implemented.
- SAL_DLLPRIVATE MoreButton( const MoreButton & );
- SAL_DLLPRIVATE MoreButton& operator=( const MoreButton & );
+ MoreButton( const MoreButton & ) SAL_DELETED_FUNCTION;
+ MoreButton& operator=( const MoreButton & ) SAL_DELETED_FUNCTION;
SAL_DLLPRIVATE void ShowState();
protected: