From e353a8ffdd4dbf20dcfe3e8904848ce96deac5c5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 25 Aug 2016 10:58:28 +0200 Subject: cid#1371771 Uncaught exception Change-Id: I47105f30e702f9bc40cb711f862fb25796202d09 --- include/xmloff/xmlimp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 740f3137f899..a1152c4962d7 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -244,7 +244,7 @@ public: SvXMLImport( const css::uno::Reference< css::uno::XComponentContext >& xContext, OUString const & implementationName, - SvXMLImportFlags nImportFlags = SvXMLImportFlags::ALL ) throw(); + SvXMLImportFlags nImportFlags = SvXMLImportFlags::ALL ); virtual ~SvXMLImport() throw(); -- cgit