diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 10:14:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 10:41:14 +0100 |
commit | aaad3500b3d558836a776b162184cb0556850940 (patch) | |
tree | e5b672b7ccfeb937ea933f6d1bac5e0e7dcbc34e /xmloff | |
parent | ab86777f93754f1f40d8a7ed584422ddc05b9eb7 (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 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index fc05262c9845..67e41bc60a21 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -759,7 +759,6 @@ void SvXMLExportPropertyMapper::exportXML( nPropMapStartIdx, nPropMapEndIdx ); if( rExport.GetAttrList().getLength() > 0 || - (nFlags & SvXmlExportFlags::EMPTY) || !aIndexArray.empty() ) { SvXMLElementExport aElem( rExport, nNamespace, |