summaryrefslogtreecommitdiff
path: root/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 /comphelper
parent8b6e914305d978892e106a575662a2a5217242dc (diff)
default copy ctor and assignment operator are good enough
and block default move equivalents Change-Id: Ib8a1050803446c2e099f66602fae0465bd8165cf
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/sequenceashashmap.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/comphelper/source/misc/sequenceashashmap.cxx b/comphelper/source/misc/sequenceashashmap.cxx
index 46df283f3278..999c89c2b42d 100644
--- a/comphelper/source/misc/sequenceashashmap.cxx
+++ b/comphelper/source/misc/sequenceashashmap.cxx
@@ -51,10 +51,6 @@ SequenceAsHashMap::SequenceAsHashMap(const css::uno::Sequence< css::beans::Named
(*this) << lSource;
}
-SequenceAsHashMap::~SequenceAsHashMap()
-{
-}
-
void SequenceAsHashMap::operator<<(const css::uno::Any& aSource)
{
// An empty Any reset this instance!