diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-08 19:30:34 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-08 19:42:12 +0100 |
commit | 1d75c2e5ed1df1b9e3ae733d9c8a2106701b67ae (patch) | |
tree | ca404d71bd256cf8f9e7c8554d3d69cc675d6f3f /tools/source/generic | |
parent | ebe469f83eebc89dd6b30811327912e3c13fa2c8 (diff) |
oox: check for namespace in MCE is flawed, use a namespace list
In "AlternateContent" nodes we have to check if we support the
namespace which is provided in "Requires" attribute of "Choice".
Currently we tried to resolve the namespace with a call to the
xml filter, however this doesn't work as the filter is already
gone.
In writerfilter we also have to handle a similar situation but
there we just compare it to a list of predefined namespace alias
("wps" and "wpg").
This commit adds a list of supported namespace aliases to
fragmenthandler2 instead of the namespace checking to support
the "p14" namespace alias correctly.
Change-Id: I25c430b97336c9e140bb5641a76a60895734b91f
Diffstat (limited to 'tools/source/generic')
0 files changed, 0 insertions, 0 deletions