Kaydet (Commit) 6a717103 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unncessaryoverride (clang-cl)

Change-Id: Id2b5cd255188e32216d1dd79f3dc5c4f08eb9373
üst 763d5df5
...@@ -40,7 +40,7 @@ namespace connectivity ...@@ -40,7 +40,7 @@ namespace connectivity
OLEVariant m_aValue; OLEVariant m_aValue;
public: public:
DECLARE_SERVICE_INFO(); DECLARE_SERVICE_INFO();
virtual ~OCallableStatement() override {} ;
// a Constructor, that is needed for when Returning the Object is needed: // a Constructor, that is needed for when Returning the Object is needed:
OCallableStatement( OConnection* _pConnection, const OUString& sql ); OCallableStatement( OConnection* _pConnection, const OUString& sql );
......
...@@ -36,10 +36,6 @@ public: ...@@ -36,10 +36,6 @@ public:
CAccAction() CAccAction()
{ {
}
~CAccAction() override
{
} }
DECLARE_NO_REGISTRY() DECLARE_NO_REGISTRY()
......
...@@ -40,9 +40,6 @@ class ATL_NO_VTABLE CAccComponent : ...@@ -40,9 +40,6 @@ class ATL_NO_VTABLE CAccComponent :
{ {
public: public:
CAccComponent() CAccComponent()
{
}
~CAccComponent() override
{ {
} }
......
...@@ -37,9 +37,6 @@ class ATL_NO_VTABLE CAccHyperLink : ...@@ -37,9 +37,6 @@ class ATL_NO_VTABLE CAccHyperLink :
{ {
public: public:
CAccHyperLink() CAccHyperLink()
{
}
~CAccHyperLink() override
{ {
} }
......
...@@ -37,9 +37,6 @@ class ATL_NO_VTABLE CAccHypertext : ...@@ -37,9 +37,6 @@ class ATL_NO_VTABLE CAccHypertext :
{ {
public: public:
CAccHypertext() CAccHypertext()
{
}
~CAccHypertext() override
{ {
} }
......
...@@ -35,9 +35,6 @@ class ATL_NO_VTABLE CAccText : ...@@ -35,9 +35,6 @@ class ATL_NO_VTABLE CAccText :
{ {
public: public:
CAccText() CAccText()
{
}
~CAccText() override
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment