From ec5bf66d366cd42774a87465e1187271f48a4ab1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Dec 2014 17:43:19 +0200 Subject: fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class' Change-Id: I43d778e0eee19a56ea37898ec1c4309d3407775e --- xmloff/source/draw/sdpropls.cxx | 4 ++-- xmloff/source/draw/sdpropls.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/source/draw') diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index 27b2de078f69..04d579811750 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -1532,7 +1532,7 @@ void XMLShapeExportPropertyMapper::handleSpecialItem( void XMLShapeExportPropertyMapper::handleElementItem( SvXMLExport& rExport, const XMLPropertyState& rProperty, - sal_uInt16 nFlags, + SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx) const { @@ -1717,7 +1717,7 @@ void XMLPageExportPropertyMapper::ContextFilter( void XMLPageExportPropertyMapper::handleElementItem( SvXMLExport& rExport, const XMLPropertyState& rProperty, - sal_uInt16 nFlags, + SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx) const { diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx index a60651504d0b..8a833ec68b1a 100644 --- a/xmloff/source/draw/sdpropls.hxx +++ b/xmloff/source/draw/sdpropls.hxx @@ -92,7 +92,7 @@ public: virtual void handleElementItem( SvXMLExport& rExport, const XMLPropertyState& rProperty, - sal_uInt16 nFlags, + SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState >* pProperties = 0, sal_uInt32 nIdx = 0 ) const SAL_OVERRIDE; @@ -126,7 +126,7 @@ public: virtual void handleElementItem( SvXMLExport& rExport, const XMLPropertyState& rProperty, - sal_uInt16 nFlags, + SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState >* pProperties = 0, sal_uInt32 nIdx = 0 ) const SAL_OVERRIDE; -- cgit