diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-11-30 15:04:55 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-11-30 16:11:45 +0100 |
commit | 0f7fb6868011ea8f7b51a6a326d552254269a63c (patch) | |
tree | feb332c8c3c0e6adf2654db28062b5fc52291e8f | |
parent | 03f950d64f99be1a16a0da98cd0cf1d41dfb8649 (diff) |
read m:oMathPara
I'm unsure on what the difference to o:Math actually is, so just make
sure the element and its contents are not ignored and each contained
m:oMath will be read in separately.
-rw-r--r-- | writerfilter/source/ooxml/model.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml index 0a1d77a8b065..12d29a543ec4 100644 --- a/writerfilter/source/ooxml/model.xml +++ b/writerfilter/source/ooxml/model.xml @@ -23624,5 +23624,6 @@ <resource name="glossaryDocument" resource="Stream" tag="content"/> <resource name="CT_TxbxContent" resource="Stream" tag="shape"/> <resource name="CT_OMath" resource="Math" tag="math"/> + <resource name="CT_OMathPara" resource="Stream" tag="math"/> </namespace> </model> |