Kaydet (Commit) 058abc7c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride

Change-Id: Id90a0a3334f4551b926a240b2e06a34337188c07
üst fa8a4f62
......@@ -259,16 +259,4 @@ WpADOColumn OAdoColumn::getColumnImpl() const
return m_aColumn;
}
void SAL_CALL OAdoColumn::acquire() throw()
{
OColumn_ADO::acquire();
}
void SAL_CALL OAdoColumn::release() throw()
{
OColumn_ADO::release();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -162,16 +162,4 @@ void SAL_CALL OAdoGroup::revokePrivileges( const OUString& objName, sal_Int32 ob
m_aGroup.SetPermissions(objName,MapObjectType(objType),adAccessDeny,Map2Right(objPrivileges));
}
void SAL_CALL OAdoGroup::acquire() throw()
{
OGroup_ADO::acquire();
}
void SAL_CALL OAdoGroup::release() throw()
{
OGroup_ADO::release();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -130,15 +130,4 @@ void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,cons
sdbcx::OIndex::setFastPropertyValue_NoBroadcast(nHandle,rValue);
}
void SAL_CALL OAdoIndex::acquire() throw()
{
sdbcx::OIndex::acquire();
}
void SAL_CALL OAdoIndex::release() throw()
{
sdbcx::OIndex::release();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -142,16 +142,4 @@ void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rVal
OKey_ADO::setFastPropertyValue_NoBroadcast(nHandle,rValue);
}
void SAL_CALL OAdoKey::acquire() throw()
{
OKey_ADO::acquire();
}
void SAL_CALL OAdoKey::release() throw()
{
OKey_ADO::release();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -229,16 +229,6 @@ void OAdoTable::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rV
OTable_TYPEDEF::setFastPropertyValue_NoBroadcast(nHandle,rValue);
}
void SAL_CALL OAdoTable::acquire() throw()
{
OTable_TYPEDEF::acquire();
}
void SAL_CALL OAdoTable::release() throw()
{
OTable_TYPEDEF::release();
}
OUString SAL_CALL OAdoTable::getName() throw(css::uno::RuntimeException)
{
return m_aTable.get_Name();
......
......@@ -151,17 +151,6 @@ cppu::IPropertyArrayHelper & OUserExtend::getInfoHelper()
return *OUserExtend_PROP::getArrayHelper();
}
void SAL_CALL OAdoUser::acquire() throw()
{
OUser_TYPEDEF::acquire();
}
void SAL_CALL OAdoUser::release() throw()
{
OUser_TYPEDEF::release();
}
sal_Int32 SAL_CALL OAdoUser::getPrivileges( const OUString& objName, sal_Int32 objType ) throw(SQLException, RuntimeException)
{
::osl::MutexGuard aGuard(m_aMutex);
......
......@@ -99,15 +99,4 @@ void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const
OView_ADO::getFastPropertyValue(rValue,nHandle);
}
void SAL_CALL OAdoView::acquire() throw()
{
OView_ADO::acquire();
}
void SAL_CALL OAdoView::release() throw()
{
OView_ADO::release();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -48,8 +48,6 @@ namespace connectivity
OAdoColumn(bool _bCase,OConnection* _pConnection);
// ODescriptor
virtual void construct() override;
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
// css::lang::XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
......
......@@ -48,8 +48,6 @@ namespace connectivity
OAdoGroup(OCatalog* _pParent,bool _bCase, ADOGroup* _pGroup=nullptr);
OAdoGroup(OCatalog* _pParent,bool _bCase, const OUString& Name);
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
// css::lang::XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
......
......@@ -39,8 +39,6 @@ namespace connectivity
public:
virtual void refreshColumns() override;
public:
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
OAdoIndex(bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex);
OAdoIndex(bool _bCase, OConnection* _pConnection);
// css::lang::XUnoTunnel
......
......@@ -41,8 +41,6 @@ namespace connectivity
public:
virtual void refreshColumns() override;
public:
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
OAdoKey(bool _bCase,OConnection* _pConnection,ADOKey* _pKey);
OAdoKey(bool _bCase,OConnection* _pConnection);
......
......@@ -60,8 +60,6 @@ namespace connectivity
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
// XRename
virtual void SAL_CALL rename( const OUString& newName ) throw(css::sdbc::SQLException, css::container::ElementExistException, css::uno::RuntimeException) override;
......
......@@ -55,9 +55,6 @@ namespace connectivity
// css::lang::XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
// XUser
virtual void SAL_CALL changePassword( const OUString& objPassword, const OUString& newPassword ) throw(css::sdbc::SQLException, css::uno::RuntimeException) override;
// XAuthorizable
......
......@@ -46,8 +46,6 @@ namespace connectivity
// css::lang::XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
virtual void SAL_CALL acquire() throw() override;
virtual void SAL_CALL release() throw() override;
WpADOView getImpl() const { return m_aView;}
};
......
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