diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:09:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:57 +0100 |
commit | e92e1959ca18cc921fa97f1cbd28dc96a9177841 (patch) | |
tree | dad397e4d1b63e2517fbcfd9e8d7550e2c9fc143 /include/comphelper/SelectionMultiplex.hxx | |
parent | 4d79146adf941236d9fd2aeeff5cd291ec44d77e (diff) |
loplugin:deletedspecial
Change-Id: I0aeba0c65b19c1107f617ed0af0028cced9bd434
Diffstat (limited to 'include/comphelper/SelectionMultiplex.hxx')
-rw-r--r-- | include/comphelper/SelectionMultiplex.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx index 67c71324731c..c645ec88f98b 100644 --- a/include/comphelper/SelectionMultiplex.hxx +++ b/include/comphelper/SelectionMultiplex.hxx @@ -74,8 +74,8 @@ namespace comphelper bool m_bListening : 1; bool m_bAutoSetRelease : 1; - OSelectionChangeMultiplexer(const OSelectionChangeMultiplexer&); - OSelectionChangeMultiplexer& operator=(const OSelectionChangeMultiplexer&); + OSelectionChangeMultiplexer(const OSelectionChangeMultiplexer&) SAL_DELETED_FUNCTION; + OSelectionChangeMultiplexer& operator=(const OSelectionChangeMultiplexer&) SAL_DELETED_FUNCTION; protected: virtual ~OSelectionChangeMultiplexer(); public: |