From dc28e90d200a839d4017d548217ee5ce8a23f848 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Dec 2014 15:17:55 +0200 Subject: fdo#84938: convert IMPORT_ constants to 'enum class' Change-Id: Idaa8f07c62b3ba93c27ca5fe286720254baac10d --- sw/source/filter/xml/xmlimp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/xml/xmlimp.hxx') diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx index 1b7a3d469d20..2e04a0a4a9e2 100644 --- a/sw/source/filter/xml/xmlimp.hxx +++ b/sw/source/filter/xml/xmlimp.hxx @@ -109,7 +109,7 @@ protected: public: SwXMLImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext, - OUString const & implementationName, sal_uInt16 nImportFlags); + OUString const & implementationName, SvXMLImportFlags nImportFlags); virtual ~SwXMLImport() throw(); -- cgit