summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-25 17:43:19 +0200
committerNoel Grandin <noel@peralex.com>2015-01-06 10:59:41 +0200
commitec5bf66d366cd42774a87465e1187271f48a4ab1 (patch)
tree753abf1bed73e17c23e3ff0bbfbca7ea27f3b31f /xmloff/source/style/PageMasterExportPropMapper.cxx
parentdc28e90d200a839d4017d548217ee5ce8a23f848 (diff)
fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'
Change-Id: I43d778e0eee19a56ea37898ec1c4309d3407775e
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 6c67709529b7..689fd5e76c50 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -230,7 +230,7 @@ XMLPageMasterExportPropMapper::~XMLPageMasterExportPropMapper()
void XMLPageMasterExportPropMapper::handleElementItem(
SvXMLExport&,
const XMLPropertyState& rProperty,
- sal_uInt16 /*nFlags*/,
+ SvXmlExportFlags /*nFlags*/,
const ::std::vector< XMLPropertyState >* pProperties,
sal_uInt32 nIdx ) const
{