summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-16 16:08:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-18 11:02:45 +0000
commite592877844573fa5ab934b7ab3b13aaa33ed621d (patch)
tree37138edadc35f0fe1a4ee87bcce66e4d756af469 /writerfilter
parent17d7ac5c1a06d29cbeeb3efd245ebf2e6725da12 (diff)
loplugin:unusedenumvalues
Change-Id: Icf17f936ce6d07d0e152252833c8645cf9b1163b Reviewed-on: https://gerrit.libreoffice.org/28942 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.hxx b/writerfilter/source/dmapper/DomainMapper.hxx
index 54b12a1a2233..764be3c944f8 100644
--- a/writerfilter/source/dmapper/DomainMapper.hxx
+++ b/writerfilter/source/dmapper/DomainMapper.hxx
@@ -64,12 +64,6 @@ class StyleSheetTable;
class GraphicZOrderHelper;
class GraphicNamingHelper;
-// different context types require different sprm handling (e.g. names)
-enum SprmType
-{
- SPRM_DEFAULT,
- SPRM_LIST
-};
class DomainMapper : public LoggedProperties, public LoggedTable,
public BinaryObj, public LoggedStream
{