diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |