From a7b18aaa46c225d3546ad52aab0c460092c8edb0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 30 Aug 2016 14:26:19 +0100 Subject: no point in these dtors being virtual nothing inherits from these classes Change-Id: Ic887ac8a046b8697e310e19b6e7fdf9efae8f074 --- idl/source/cmptools/hash.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'idl/source') diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx index a03f4cd60316..76976b4bf3d9 100644 --- a/idl/source/cmptools/hash.cxx +++ b/idl/source/cmptools/hash.cxx @@ -28,8 +28,6 @@ #include -SvStringHashEntry::~SvStringHashEntry() { }; - SvHashTable::SvHashTable( sal_uInt32 nMaxEntries ) { nMax = nMaxEntries; // set max entries -- cgit v1.2.3