Kaydet (Commit) 020f46d1 authored tarafından Miklos Vajna's avatar Miklos Vajna

Use constants for ST_Em values

No need to adapt dmapper/rtftok for this one, as those do not handle
<w:em> ATM.

Change-Id: I88da1d0dae804e3d054b7d4158a81cb64cc4b600
üst ba650ae9
...@@ -16978,11 +16978,11 @@ ...@@ -16978,11 +16978,11 @@
<attribute name="id" tokenid="ooxml:CT_FitText_id"/> <attribute name="id" tokenid="ooxml:CT_FitText_id"/>
</resource> </resource>
<resource name="ST_Em" resource="List"> <resource name="ST_Em" resource="List">
<value tokenid="0">none</value> <value tokenid="ooxml:Value_ST_Em_none">none</value>
<value tokenid="1">dot</value> <value tokenid="ooxml:Value_ST_Em_dot">dot</value>
<value tokenid="2">comma</value> <value tokenid="ooxml:Value_ST_Em_comma">comma</value>
<value tokenid="3">circle</value> <value tokenid="ooxml:Value_ST_Em_circle">circle</value>
<value tokenid="4">underDot</value> <value tokenid="ooxml:Value_ST_Em_underDot">underDot</value>
</resource> </resource>
<resource name="CT_Em" resource="Value"> <resource name="CT_Em" resource="Value">
<attribute name="val" tokenid="ooxml:CT_Em_val" action="setValue"/> <attribute name="val" tokenid="ooxml:CT_Em_val" action="setValue"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment