diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlimprt.hxx | 26 |
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 { |