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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx
index 01a6e95da5cf..e03f9d4956de 100644
--- a/include/vcl/morebtn.hxx
+++ b/include/vcl/morebtn.hxx
@@ -39,8 +39,8 @@ private:
MapUnit meUnit;
bool mbState;
- MoreButton( const MoreButton & ) SAL_DELETED_FUNCTION;
- MoreButton& operator=( const MoreButton & ) SAL_DELETED_FUNCTION;
+ MoreButton( const MoreButton & ) = delete;
+ MoreButton& operator=( const MoreButton & ) = delete;
SAL_DLLPRIVATE void ShowState();
protected: