diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-06 23:57:23 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-07 01:13:51 +0100 |
commit | 6c238230d4ff8ae6b0c90bfd8e778ea225127aee (patch) | |
tree | fc79207e80748934060acdeb1018f7307eb470b0 /include/xmloff | |
parent | f04802e04c69728cf6901bb2c8e0c9ed95de362a (diff) |
more fixes for inconsistent naming
Change-Id: Iedb1b30d4e3905f884bc3bb39d4703a883e95c46
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 468087899190..fc3472851ebc 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3236,7 +3236,7 @@ namespace xmloff { namespace token { XML_RFC_LANGUAGE_TAG_COMPLEX, // Chart data table properties XML_DATA_TABLE_SHOW_HORZ_BORDER, - XML_CHART_DTABLE_SHOWVERTBORDER, + XML_DATA_TABLE_SHOW_VERT_BORDER, XML_CHART_DTABLE_SHOWOUTLINE, // Chart Display units properties XML_CHART_DUNITS_DISPLAYUNITS, |