summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxspinbutton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxspinbutton.hxx')
-rw-r--r--include/toolkit/awt/vclxspinbutton.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxspinbutton.hxx b/include/toolkit/awt/vclxspinbutton.hxx
index 1c999a9ba43b..7910c44bafd2 100644
--- a/include/toolkit/awt/vclxspinbutton.hxx
+++ b/include/toolkit/awt/vclxspinbutton.hxx
@@ -80,8 +80,8 @@ namespace toolkit
void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) SAL_OVERRIDE;
private:
- VCLXSpinButton( const VCLXSpinButton& ) SAL_DELETED_FUNCTION;
- VCLXSpinButton& operator=( const VCLXSpinButton& ) SAL_DELETED_FUNCTION;
+ VCLXSpinButton( const VCLXSpinButton& ) = delete;
+ VCLXSpinButton& operator=( const VCLXSpinButton& ) = delete;
};