summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexpit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 10:14:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 10:41:14 +0100
commitaaad3500b3d558836a776b162184cb0556850940 (patch)
treee5b672b7ccfeb937ea933f6d1bac5e0e7dcbc34e /sw/source/filter/xml/xmlexpit.hxx
parentab86777f93754f1f40d8a7ed584422ddc05b9eb7 (diff)
remove some unused enum values in xmloff
(*) also make it more obvious what XMLShapeExportFlags::SIZE represents Change-Id: Ie63edf0f2827f171542037b819ebe7d55e090275 Reviewed-on: https://gerrit.libreoffice.org/63948 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmlexpit.hxx')
-rw-r--r--sw/source/filter/xml/xmlexpit.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx
index 21be616c0145..a7d290a2d640 100644
--- a/sw/source/filter/xml/xmlexpit.hxx
+++ b/sw/source/filter/xml/xmlexpit.hxx
@@ -43,7 +43,6 @@ protected:
const SfxItemSet& rSet,
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
- SvXmlExportFlags nFlags,
std::vector<sal_uInt16> *pIndexArray ) const;
void exportXML( const SvXMLExport& rExport,
@@ -61,8 +60,7 @@ protected:
const std::vector<sal_uInt16> &rIndexArray ) const;
static const SfxPoolItem* GetItem( const SfxItemSet &rSet,
- sal_uInt16 nWhichId,
- SvXmlExportFlags nFlags );
+ sal_uInt16 nWhichId );
public:
explicit SvXMLExportItemMapper( SvXMLItemMapEntriesRef rMapEntries );