summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-24 13:42:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-25 08:29:23 +0200
commitbe9f45ad69a510185971957e7643fd64b873e98d (patch)
tree5b7bf5962be52193f64d20ece92b2f433d2ee797 /sc
parent834770170248695a4994f879fe627f6d044b2db8 (diff)
loplugin:unusedenumconstants
Change-Id: If2473097c1c8e66e09238061da9d186d4c8e3d9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92871 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlimprt.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx
index bf010b26a81e..39354fb67137 100644
--- a/sc/source/filter/xml/xmlimprt.hxx
+++ b/sc/source/filter/xml/xmlimprt.hxx
@@ -51,36 +51,10 @@ class ScDocumentImport;
class ScMyImpDetectiveOpArray;
namespace sc {
-
struct ImportPostProcessData;
struct PivotTableSources;
-
}
-enum ScXMLDocTokens
-{
- XML_TOK_DOC_FONTDECLS,
- XML_TOK_DOC_STYLES,
- XML_TOK_DOC_AUTOSTYLES,
- XML_TOK_DOC_MASTERSTYLES,
- XML_TOK_DOC_META,
- XML_TOK_DOC_SCRIPTS,
- XML_TOK_DOC_BODY,
- XML_TOK_DOC_SETTINGS
-};
-
-enum ScXMLContentValidationElemTokens
-{
- XML_TOK_CONTENT_VALIDATION_ELEM_HELP_MESSAGE,
- XML_TOK_CONTENT_VALIDATION_ELEM_ERROR_MESSAGE,
- XML_TOK_CONTENT_VALIDATION_ELEM_ERROR_MACRO,
- XML_TOK_CONTENT_VALIDATION_ELEM_EVENT_LISTENERS
-};
-
-enum ScXMLContentValidationMessageElemTokens
-{
- XML_TOK_P
-};
enum ScXMLTableTokens
{