diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:13:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:58 +0100 |
commit | 6b365a156e467eb90101986c63c4f5e458a0e8c2 (patch) | |
tree | 11884c10d3797abb387487c62189ffafe99b8ac7 /extensions/source/plugin/inc | |
parent | 5efac16be63274ff5e578cb3406accf75ae0f174 (diff) |
loplugin:deletedspecial
Change-Id: I55b827c4f20c57fcb18f8d6b54e3fdc168baed3f
Diffstat (limited to 'extensions/source/plugin/inc')
-rw-r--r-- | extensions/source/plugin/inc/plugin/multiplx.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/inc/plugin/multiplx.hxx b/extensions/source/plugin/inc/plugin/multiplx.hxx index b8177f5ed9c1..faa6a219531a 100644 --- a/extensions/source/plugin/inc/plugin/multiplx.hxx +++ b/extensions/source/plugin/inc/plugin/multiplx.hxx @@ -158,8 +158,8 @@ private: ::cppu::OMultiTypeInterfaceContainerHelper aListenerHolder; - MRCListenerMultiplexerHelper( const MRCListenerMultiplexerHelper & ); - MRCListenerMultiplexerHelper & operator = ( const MRCListenerMultiplexerHelper & ); + MRCListenerMultiplexerHelper( const MRCListenerMultiplexerHelper & ) SAL_DELETED_FUNCTION; + MRCListenerMultiplexerHelper & operator = ( const MRCListenerMultiplexerHelper & ) SAL_DELETED_FUNCTION; }; #endif // INCLUDED_EXTENSIONS_SOURCE_PLUGIN_INC_PLUGIN_MULTIPLX_HXX |