diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:32:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:04 +0100 |
commit | 1daa046c998dcec41d4907b260a6b3abfcfa62a8 (patch) | |
tree | d2bcef146ffc4068a6eca7c4655f3182eaf2fc12 /include/toolkit/awt | |
parent | 16f52ab232fbd11298d6c0d9cfed0dabc4a77dd1 (diff) |
loplugin:deletedspecial
Change-Id: I2e21490b975472952b7ffef3e6b865343f8aac7e
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r-- | include/toolkit/awt/vclxspinbutton.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxspinbutton.hxx b/include/toolkit/awt/vclxspinbutton.hxx index ea6c862892ff..1c999a9ba43b 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& ); // never implemented - VCLXSpinButton& operator=( const VCLXSpinButton& ); // never implemented + VCLXSpinButton( const VCLXSpinButton& ) SAL_DELETED_FUNCTION; + VCLXSpinButton& operator=( const VCLXSpinButton& ) SAL_DELETED_FUNCTION; }; |