diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-04 19:20:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-05 09:04:54 +0100 |
commit | 03ef620caff59bf624b931646b21b239171511bd (patch) | |
tree | 3832db1174dfa27cfcf641390f264f7c78e92a31 /include | |
parent | f231dacde9df1c4aa5f4e0970535c4f4093364a7 (diff) |
loplugin:unusedenumconstants
Change-Id: I9a2eb83647d6620b3c5b5ed5642227be47a657f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105303
Tested-by: Jenkins
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/txtimp.hxx | 10 | ||||
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 19 |
2 files changed, 0 insertions, 29 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index f2585b4259eb..4076d2db2da6 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -316,16 +316,6 @@ enum XMLTextHyperlinkAttrTokens XML_TOK_TEXT_HYPERLINK_SERVER_MAP }; -enum XMLTextPageMasterElemTokens -{ - XML_TOK_TEXT_MP_HEADER, - XML_TOK_TEXT_MP_FOOTER, - XML_TOK_TEXT_MP_HEADER_LEFT, - XML_TOK_TEXT_MP_FOOTER_LEFT, - XML_TOK_TEXT_MP_HEADER_FIRST, - XML_TOK_TEXT_MP_FOOTER_FIRST -}; - enum XMLTextContourAttrTokens { XML_TOK_TEXT_CONTOUR_WIDTH, diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 0f891cacaa34..a657f31393b6 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -37,25 +37,6 @@ namespace container { class XNameContainer; } namespace style { class XAutoStyleFamily; } } -enum XMLStyleStylesElemTokens -{ - XML_TOK_STYLE_STYLE, - XML_TOK_STYLE_PAGE_MASTER, - XML_TOK_TEXT_LIST_STYLE, - XML_TOK_TEXT_OUTLINE, - XML_TOK_STYLES_GRADIENTSTYLES, - XML_TOK_STYLES_HATCHSTYLES, - XML_TOK_STYLES_BITMAPSTYLES, - XML_TOK_STYLES_TRANSGRADIENTSTYLES, - XML_TOK_STYLES_MARKERSTYLES, - XML_TOK_STYLES_DASHSTYLES, - XML_TOK_TEXT_NOTE_CONFIG, - XML_TOK_TEXT_BIBLIOGRAPHY_CONFIG, - XML_TOK_TEXT_LINENUMBERING_CONFIG, - XML_TOK_STYLE_DEFAULT_STYLE, - XML_TOK_STYLE_DEFAULT_PAGE_LAYOUT //text grid enhancement -}; - class XMLOFF_DLLPUBLIC SvXMLStyleContext : public SvXMLImportContext { OUString maName; |