summaryrefslogtreecommitdiff
path: root/oox/source/ppt/dgmlayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/dgmlayout.cxx')
-rw-r--r--oox/source/ppt/dgmlayout.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/ppt/dgmlayout.cxx b/oox/source/ppt/dgmlayout.cxx
index 9e35c8c8c335..6fd9c99d9790 100644
--- a/oox/source/ppt/dgmlayout.cxx
+++ b/oox/source/ppt/dgmlayout.cxx
@@ -55,7 +55,7 @@ uno::Sequence< OUString > SAL_CALL QuickDiagrammingLayout_getSupportedServiceNam
return aSeq;
}
-uno::Reference< uno::XInterface > SAL_CALL QuickDiagrammingLayout_createInstance( const Reference< XComponentContext >& rxContext ) throw( Exception )
+uno::Reference< uno::XInterface > SAL_CALL QuickDiagrammingLayout_createInstance( const Reference< XComponentContext >& rxContext )
{
return static_cast<cppu::OWeakObject*>(new QuickDiagrammingLayout( rxContext ));
}
@@ -65,7 +65,7 @@ QuickDiagrammingLayout::QuickDiagrammingLayout( const Reference< XComponentConte
mpThemePtr(new drawingml::Theme())
{}
-bool QuickDiagrammingLayout::importDocument() throw (css::uno::RuntimeException)
+bool QuickDiagrammingLayout::importDocument()
{
Reference<drawing::XShape> xParentShape(getParentShape(),
UNO_QUERY_THROW);
@@ -165,7 +165,7 @@ const oox::drawingml::table::TableStyleListPtr QuickDiagrammingLayout::getTableS
return nullptr;
}
-OUString QuickDiagrammingLayout::getImplementationName() throw (css::uno::RuntimeException, std::exception)
+OUString QuickDiagrammingLayout::getImplementationName()
{
return QuickDiagrammingLayout_getImplementationName();
}