diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-11 13:58:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-11 14:58:06 +0100 |
commit | e43e830eeeddc4be276a8d4b272d72005efe9432 (patch) | |
tree | f447c3f6ed55d08b448d412426e70e04c32f11ed /include | |
parent | 4f3ed49d3cb48a4167dc174275f87a804a3a1bcd (diff) |
xmloff: XML_DROPDOWN should be XML_DROP_DOWN
Change-Id: I47247289bb4367faa9a07f3568270718b5423353
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/txtimp.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index 892fd75e4385..592c8343bb51 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -216,7 +216,7 @@ enum XMLTextPElemTokens XML_TOK_TEXT_NAME, XML_TOK_TEXT_SCRIPT, XML_TOK_TEXT_TABLE_FORMULA, - XML_TOK_TEXT_DROPDOWN, + XML_TOK_TEXT_DROP_DOWN, // RDF metadata XML_TOK_TEXT_META, diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index e03dcfdbdeec..45f30f31b373 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2209,7 +2209,7 @@ namespace xmloff { namespace token { XML_CLOSE_FRONT, XML_CLOSE_BACK, - XML_DROPDOWN, + XML_DROP_DOWN, XML_CURRENT_SELECTED, XML_JOIN_BORDER, |