summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-15 11:57:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-15 11:58:19 +0100
commit6a7171030ab06e66a7e210483424fb9893848135 (patch)
tree8326b51f5de30bbc9ece9609b2d391c2b56b8f97 /connectivity
parent763d5df50aa9e57356fb99f270e809f77aa47091 (diff)
loplugin:unncessaryoverride (clang-cl)
Change-Id: Id2b5cd255188e32216d1dd79f3dc5c4f08eb9373
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/ado/ACallableStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/ACallableStatement.hxx b/connectivity/source/inc/ado/ACallableStatement.hxx
index ecec87cec2d0..54b04a7db711 100644
--- a/connectivity/source/inc/ado/ACallableStatement.hxx
+++ b/connectivity/source/inc/ado/ACallableStatement.hxx
@@ -40,7 +40,7 @@ namespace connectivity
OLEVariant m_aValue;
public:
DECLARE_SERVICE_INFO();
- virtual ~OCallableStatement() override {} ;
+
// a Constructor, that is needed for when Returning the Object is needed:
OCallableStatement( OConnection* _pConnection, const OUString& sql );