summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlimp.cxx')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 880d96ff650f..dae5ed530470 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -426,7 +426,6 @@ const Sequence< sal_Int8 > & SwXMLImport::getUnoTunnelId() throw()
}
sal_Int64 SAL_CALL SwXMLImport::getSomething( const Sequence< sal_Int8 >& rId )
- throw(RuntimeException, std::exception)
{
if( rId.getLength() == 16
&& 0 == memcmp( getUnoTunnelId().getConstArray(),
@@ -450,9 +449,6 @@ static OTextCursorHelper *lcl_xml_GetSwXTextCursor( const Reference < XTextCurso
}
void SwXMLImport::startDocument()
- throw (xml::sax::SAXException,
- uno::RuntimeException,
- std::exception)
{
// delegate to parent
SvXMLImport::startDocument();
@@ -668,7 +664,6 @@ void SwXMLImport::startDocument()
}
void SwXMLImport::endDocument()
- throw( xml::sax::SAXException, uno::RuntimeException, std::exception )
{
OSL_ENSURE( GetModel().is(), "model missing; maybe startDocument wasn't called?" );
if( !GetModel().is() )
@@ -1418,7 +1413,6 @@ void SwXMLImport::SetDocumentSpecificSettings(
void SwXMLImport::initialize(
const Sequence<Any>& aArguments )
- throw( uno::Exception, uno::RuntimeException, std::exception)
{
// delegate to super class
SvXMLImport::initialize(aArguments);