summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-25 10:58:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-25 10:58:28 +0200
commite353a8ffdd4dbf20dcfe3e8904848ce96deac5c5 (patch)
treefeba256a6e59cf164b30f52c3c6810086e855a4d /xmloff
parent507c04076086ed9cb2a2445a20f4698c6f2a5ba6 (diff)
cid#1371771 Uncaught exception
Change-Id: I47105f30e702f9bc40cb711f862fb25796202d09
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 193acf626731..b7db468e50b2 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -420,7 +420,7 @@ void SvXMLImport::InitCtor_()
SvXMLImport::SvXMLImport(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
- OUString const & implementationName, SvXMLImportFlags nImportFlags ) throw ()
+ OUString const & implementationName, SvXMLImportFlags nImportFlags )
: mpImpl( new SvXMLImport_Impl(xContext, implementationName) ),
mpNamespaceMap( new SvXMLNamespaceMap ),