diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2014-05-11 23:07:27 +0200 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2014-05-13 19:48:28 +0000 |
commit | d9c0280d4b785d07c220bfd029c2949227b8f398 (patch) | |
tree | 71276d9e478023ae9de331e018da8c426525caf2 | |
parent | d5af7aa995d5cea88649447d9828cca4b21b6596 (diff) |
fdo#78159 Restore EXPORT to ODF 1.0 for Math
Partially revert commit aeeaccf59abbc485d7786486f1accc1cb4d4dbf7
It is a quick fix for 4-2 since AutoText "FN" (Formula Numbering) is broken
Change-Id: I22daf58bf31f61a05a981ed1db9a81f2d8dc3859
Reviewed-on: https://gerrit.libreoffice.org/9319
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
-rw-r--r-- | filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu b/filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu index 2f60ca63ea24..cb094ea73700 100644 --- a/filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu +++ b/filter/source/config/fragments/filters/StarOffice_XML__Math_.xcu @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <node oor:name="StarOffice XML (Math)" oor:op="replace"> - <prop oor:name="Flags"><value>IMPORT TEMPLATE OWN ALIEN ENCRYPTION</value></prop> + <prop oor:name="Flags"><value>IMPORT EXPORT TEMPLATE OWN ALIEN ENCRYPTION</value></prop> <prop oor:name="UIComponent"/> <prop oor:name="FilterService"/> <prop oor:name="UserData"><value></value></prop> |