summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-07 20:58:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-07 21:57:03 +0000
commit87f9e8945fde37182bec1e674dd6ccee4133209c (patch)
treefd14dc45a1f5e49bf864574a593dbe9fe4c82d6b /include/comphelper
parentcoverity#1358841 Explicit null dereferenced (diff)
downloadcore-87f9e8945fde37182bec1e674dd6ccee4133209c.tar.gz
core-87f9e8945fde37182bec1e674dd6ccee4133209c.zip
default copy ctor and assignment operator are good enough
and block default move equivalents Change-Id: Ib8a1050803446c2e099f66602fae0465bd8165cf
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/sequenceashashmap.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx
index fdec8cc085df..aaa45fdf6eb8 100644
--- a/include/comphelper/sequenceashashmap.hxx
+++ b/include/comphelper/sequenceashashmap.hxx
@@ -78,11 +78,6 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
SequenceAsHashMap(const css::uno::Sequence< css::beans::NamedValue >& lSource);
- /** @short not really used but maybe useful :-)
- */
- ~SequenceAsHashMap();
-
-
/** @short fill this map from the given
Any, which of course must contain
a suitable sequence of element types