summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xestream.cxx')
-rw-r--r--sc/source/filter/excel/xestream.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index e0ff274097d7..e82e7a5e0ae7 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -1050,9 +1050,6 @@ ScDocShell* XclExpXmlStream::getDocShell()
}
bool XclExpXmlStream::exportDocument()
- throw (css::uno::RuntimeException,
- css::ucb::ContentCreationException,
- std::exception)
{
ScDocShell* pShell = getDocShell();
ScDocument& rDoc = pShell->GetDocument();
@@ -1145,7 +1142,7 @@ bool XclExpXmlStream::exportDocument()
return new ::oox::xls::ExcelVbaProject( getComponentContext(), Reference< XSpreadsheetDocument >( getModel(), UNO_QUERY ) );
}
-OUString XclExpXmlStream::getImplementationName() throw (css::uno::RuntimeException, std::exception)
+OUString XclExpXmlStream::getImplementationName()
{
return OUString( "TODO" );
}