diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-02-28 06:46:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-01 16:23:09 +0100 |
commit | a143beb3a02dc23f5a256e64fb996a1329ce07c0 (patch) | |
tree | df013114c5195eb2c47955ef8156ec93d4e9a2d7 /oox | |
parent | 63308b1e6c5fe3450783e589df8bd588fb4ceb3e (diff) |
make sure the two namespace lists are sorted the same way
Change-Id: I90b3182e10dbbfc8993010dd885509537d2fe537
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index c9837f604c65..adbecaa4fdb6 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -118,16 +118,16 @@ struct NamespaceIds: public rtl::StaticWithInit< NMSP_dmlDiagram, NMSP_dmlChart, NMSP_dmlChartDr, - NMSP_dmlSpreadDr, NMSP_vml, NMSP_vmlOffice, NMSP_vmlWord, NMSP_vmlExcel, NMSP_vmlPowerpoint, - NMSP_xls, - NMSP_ppt, NMSP_ax, + NMSP_xls, NMSP_xm, + NMSP_dmlSpreadDr, + NMSP_ppt, NMSP_mce, NMSP_mceTest, NMSP_dsp, |