include/xmloff/xmlimp.hxx | 2 +- xmloff/source/core/xmlimp.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit e353a8ffdd4dbf20dcfe3e8904848ce96deac5c5 Author: Stephan Bergmann <[email protected]> Date: Thu Aug 25 10:58:28 2016 +0200 cid#1371771 Uncaught exception Change-Id: I47105f30e702f9bc40cb711f862fb25796202d09 diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 740f313..a1152c4 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(); diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 193acf6..b7db468 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 ), _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
