summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-01 15:59:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-01 15:59:34 +0100
commit49c8235944ee6d1b937177d8497924d13b07f0b8 (patch)
treeaa4e2ff8042023752c81ae207d2e14b3cea915d0 /connectivity/source/inc
parentUpdated core (diff)
downloadcore-49c8235944ee6d1b937177d8497924d13b07f0b8.tar.gz
core-49c8235944ee6d1b937177d8497924d13b07f0b8.zip
loplugin:unnecessaryoverride
Change-Id: I53699ef386dad99b38559defe985057492a5df76
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/ado/Aolewrap.hxx4
-rw-r--r--connectivity/source/inc/ado/Awrapado.hxx5
2 files changed, 0 insertions, 9 deletions
diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx
index c5f8ee10a8fc..483811b6ecdb 100644
--- a/connectivity/source/inc/ado/Aolewrap.hxx
+++ b/connectivity/source/inc/ado/Aolewrap.hxx
@@ -98,10 +98,6 @@ namespace connectivity
{
}
- virtual ~WpOLEBase() override
- {
- }
-
operator T*() const { return static_cast<T*>(pInterface); }
void setWithOutAddRef(T* _pInterface)
{
diff --git a/connectivity/source/inc/ado/Awrapado.hxx b/connectivity/source/inc/ado/Awrapado.hxx
index cdfe15dd98dc..d1f8207d9fc8 100644
--- a/connectivity/source/inc/ado/Awrapado.hxx
+++ b/connectivity/source/inc/ado/Awrapado.hxx
@@ -280,11 +280,6 @@ namespace connectivity
WpOLEBase<ADORecordset>::operator=(rhs);
return *this;
}
- ~WpADORecordset() override
- {
- // if(pInterface && get_State() == adStateOpen)
- // Close();
- }
void Create();
bool Open(