diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:34:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:05 +0100 |
commit | add9dae7035a86204def97a953c75e26f313c51c (patch) | |
tree | 68121740d18bf6ebe919ae1b953cd51e54ab5639 /include/vcl/ctrl.hxx | |
parent | 2cebd4d0860c7bf3d601023b942fdbe1a522d33a (diff) |
loplugin:deletedspecial
Change-Id: I9ea64443350ed2e1341b99270fa8b29189f07eb2
Diffstat (limited to 'include/vcl/ctrl.hxx')
-rw-r--r-- | include/vcl/ctrl.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx index 11582347936d..d85c85885b2c 100644 --- a/include/vcl/ctrl.hxx +++ b/include/vcl/ctrl.hxx @@ -46,9 +46,8 @@ private: SAL_DLLPRIVATE void ImplInitControlData(); - // Copy assignment is forbidden and not implemented. - SAL_DLLPRIVATE Control (const Control &); - SAL_DLLPRIVATE Control & operator= (const Control &); + Control (const Control &) SAL_DELETED_FUNCTION; + Control & operator= (const Control &) SAL_DELETED_FUNCTION; protected: Control( WindowType nType ); |