7c81cc4
From e2bc0c04ba0c33e02f1842013041f26ccb2de77d Mon Sep 17 00:00:00 2001
7c81cc4
From: Michael Stahl <mstahl@redhat.com>
7c81cc4
Date: Thu, 2 Feb 2012 12:53:59 +0100
7c81cc4
Subject: [PATCH] fdo#45446: officecfg: turn off SaveBackwardCompatibleODF
7c81cc4
7c81cc4
As detailed in the bug, this option is the reason why LO writes several
7c81cc4
elements and attributes that are not valid in ODF; the corresponding
7c81cc4
bugs in the import filters are all fixed in OOo 2.4 or earlier,
7c81cc4
so there is no reason to risk interoperability problems with other ODF
7c81cc4
impolementations for this any more.
7c81cc4
---
7c81cc4
 .../registry/data/org/openoffice/Office/Common.xcu |    2 +-
7c81cc4
 1 files changed, 1 insertions(+), 1 deletions(-)
7c81cc4
7c81cc4
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
7c81cc4
index 215999a..744c7f2 100644
7c81cc4
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
7c81cc4
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
7c81cc4
@@ -594,7 +594,7 @@
7c81cc4
   <node oor:name="Save">
7c81cc4
     <node oor:name="Document">
7c81cc4
       <prop oor:name="SaveBackwardCompatibleODF" oor:type="xs:boolean">
7c81cc4
-        <value>true</value>
7c81cc4
+        <value>false</value>
7c81cc4
       </prop>
7c81cc4
       <prop oor:name="CreateBackup" install:module="gconflockdown">
7c81cc4
         
7c81cc4
-- 
7c81cc4
1.7.7.6
7c81cc4