diff options
author | Ingrid Halama <iha@openoffice.org> | 2010-04-01 20:29:01 +0200 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2010-04-01 20:29:01 +0200 |
commit | 5b0fcb960d8b6d49faf40a442b69036bd8efa688 (patch) | |
tree | 7ee7b8f462480a93285b4c8029acbfe7d4496000 /xmloff/inc | |
parent | f549461066693eb19fdf8bbb4139bcb5e70eca77 (diff) |
chartpositioning: #i100778# correct ODF behaviour
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/xmlnmspe.hxx | 3 | ||||
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 1e1089805a28..065b268b3b46 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -69,6 +69,7 @@ enum SchXMLChartElemTokenMap enum SchXMLPlotAreaElemTokenMap { + XML_TOK_PA_EXCLUDING_POSITION_EXT, XML_TOK_PA_EXCLUDING_POSITION, XML_TOK_PA_AXIS, XML_TOK_PA_SERIES, diff --git a/xmloff/inc/xmlnmspe.hxx b/xmloff/inc/xmlnmspe.hxx index 49c484a1ab17..e7891b36ef17 100644 --- a/xmloff/inc/xmlnmspe.hxx +++ b/xmloff/inc/xmlnmspe.hxx @@ -87,8 +87,9 @@ const sal_uInt16 XML_NAMESPACE_##prefix##_EXT_IDX = key; XML_NAMESPACE_EXT( OFFICE, 37U ) XML_NAMESPACE_EXT( TABLE, 38U ) +XML_NAMESPACE_EXT( CHART, 39U ) -#define _XML_OLD_NAMESPACE_BASE 39U +#define _XML_OLD_NAMESPACE_BASE 40U // namespaces used in the technical preview (SO 5.2) XML_OLD_NAMESPACE( FO, 0U ) diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index ccb3adf74941..681aaaeff82e 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -3096,6 +3096,8 @@ namespace xmloff { namespace token { XML_DOES_NOT_END_WITH, //chart + XML_NP_CHART_EXT, + XML_N_CHART_EXT, XML_EXCLUDING_POSITION, XML_PREFER_EXCLUDING_POSITION, |