summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/sdbcx/VView.cxx')
-rw-r--r--connectivity/source/sdbcx/VView.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index 673b11d11f08..65b4c6c22d45 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -74,12 +74,12 @@ void OView::construct()
registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_CHECKOPTION), PROPERTY_ID_CHECKOPTION,nAttrib,&m_CheckOption, ::cppu::UnoType<sal_Int32>::get());
}
-Sequence< Type > SAL_CALL OView::getTypes( ) throw(RuntimeException, std::exception)
+Sequence< Type > SAL_CALL OView::getTypes( )
{
return ::comphelper::concatSequences(ODescriptor::getTypes(),OView_BASE::getTypes());
}
-Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException, std::exception)
+Any SAL_CALL OView::queryInterface( const Type & rType )
{
Any aRet = OView_BASE::queryInterface( rType);
return aRet.hasValue() ? aRet : ODescriptor::queryInterface( rType);
@@ -95,7 +95,7 @@ Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException,
return *getArrayHelper(isNew() ? 1 : 0);
}
-OUString SAL_CALL OView::getName() throw(css::uno::RuntimeException, std::exception)
+OUString SAL_CALL OView::getName()
{
OUString sComposedName;
if(m_xMetaData.is())
@@ -109,12 +109,12 @@ OUString SAL_CALL OView::getName() throw(css::uno::RuntimeException, std::except
return sComposedName;
}
-css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL OView::getPropertySetInfo( ) throw(css::uno::RuntimeException, std::exception)
+css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL OView::getPropertySetInfo( )
{
return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper());
}
-void SAL_CALL OView::setName( const OUString& ) throw(css::uno::RuntimeException, std::exception)
+void SAL_CALL OView::setName( const OUString& )
{
}