loplugin:unncessaryoverride (clang-cl)
Change-Id: Id2b5cd255188e32216d1dd79f3dc5c4f08eb9373
This commit is contained in:
parent
763d5df50a
commit
6a7171030a
6 changed files with 1 additions and 17 deletions
|
@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue