summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/pageuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/pageuno.cxx')
-rw-r--r--sc/source/ui/unoobj/pageuno.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/unoobj/pageuno.cxx b/sc/source/ui/unoobj/pageuno.cxx
index a1566c7d397c..c2b49d86ed19 100644
--- a/sc/source/ui/unoobj/pageuno.cxx
+++ b/sc/source/ui/unoobj/pageuno.cxx
@@ -34,7 +34,6 @@ ScPageObj::~ScPageObj() throw()
}
uno::Reference<drawing::XShape > ScPageObj::CreateShape( SdrObject *pObj ) const
- throw (css::uno::RuntimeException, std::exception)
{
uno::Reference<drawing::XShape> xShape(SvxFmDrawPage::CreateShape( pObj ));
@@ -44,19 +43,16 @@ uno::Reference<drawing::XShape > ScPageObj::CreateShape( SdrObject *pObj ) const
}
OUString SAL_CALL ScPageObj::getImplementationName()
- throw(uno::RuntimeException, std::exception)
{
return OUString("ScPageObj");
}
sal_Bool SAL_CALL ScPageObj::supportsService( const OUString& rServiceName )
- throw(uno::RuntimeException, std::exception)
{
return cppu::supportsService(this, rServiceName);
}
uno::Sequence<OUString> SAL_CALL ScPageObj::getSupportedServiceNames()
- throw(uno::RuntimeException, std::exception)
{
uno::Sequence<OUString> aRet { "com.sun.star.sheet.SpreadsheetDrawPage" };
return aRet;