summaryrefslogtreecommitdiff
path: root/include/svtools/valueset.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitf862290c91e66b859504e6c271309f73fa762a0d (patch)
tree5a64716146280ee2a58562d7cc33999fc6ada363 /include/svtools/valueset.hxx
parentcf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff)
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r--include/svtools/valueset.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index fe6f8e5597f7..acb7a4e92ad7 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -270,9 +270,8 @@ private:
DECL_DLLPRIVATE_LINK( ImplScrollHdl, ScrollBar* );
DECL_DLLPRIVATE_LINK( ImplTimerHdl, void* );
- // Forbidden and not implemented.
- ValueSet (const ValueSet &);
- ValueSet & operator= (const ValueSet &);
+ ValueSet (const ValueSet &) SAL_DELETED_FUNCTION;
+ ValueSet & operator= (const ValueSet &) SAL_DELETED_FUNCTION;
protected: