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
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 );
......
......@@ -36,10 +36,6 @@ public:
CAccAction()
{
}
~CAccAction() override
{
}
DECLARE_NO_REGISTRY()
......
......@@ -40,9 +40,6 @@ class ATL_NO_VTABLE CAccComponent :
{
public:
CAccComponent()
{
}
~CAccComponent() override
{
}
......
......@@ -37,9 +37,6 @@ class ATL_NO_VTABLE CAccHyperLink :
{
public:
CAccHyperLink()
{
}
~CAccHyperLink() override
{
}
......
......@@ -37,9 +37,6 @@ class ATL_NO_VTABLE CAccHypertext :
{
public:
CAccHypertext()
{
}
~CAccHypertext() override
{
}
......
......@@ -35,9 +35,6 @@ class ATL_NO_VTABLE CAccText :
{
public:
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