From 6a7171030ab06e66a7e210483424fb9893848135 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 15 Mar 2017 11:57:34 +0100 Subject: loplugin:unncessaryoverride (clang-cl) Change-Id: Id2b5cd255188e32216d1dd79f3dc5c4f08eb9373 --- connectivity/source/inc/ado/ACallableStatement.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') 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 ); -- cgit