diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:30:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:03 +0100 |
commit | f862290c91e66b859504e6c271309f73fa762a0d (patch) | |
tree | 5a64716146280ee2a58562d7cc33999fc6ada363 /svtools/inc | |
parent | cf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff) |
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/table/tablecontrol.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx index cde9465ed222..87285f52946d 100644 --- a/svtools/inc/table/tablecontrol.hxx +++ b/svtools/inc/table/tablecontrol.hxx @@ -204,9 +204,8 @@ namespace svt { namespace table DECL_DLLPRIVATE_LINK( ImplSelectHdl, void* ); private: - TableControl(); // never implemented - TableControl( const TableControl& ); // never implemented - TableControl& operator=( const TableControl& ); // never implemented + TableControl( const TableControl& ) SAL_DELETED_FUNCTION; + TableControl& operator=( const TableControl& ) SAL_DELETED_FUNCTION; }; |