diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 17:23:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:37 +0200 |
commit | f67d166b30dcba9e854716b29e1035693ef7481b (patch) | |
tree | 1e554fa17dcfa18213d9a94e38b6837feaf24c6d /officecfg | |
parent | 041d2b88a473cc7ba9b68113f7642dd8417369e4 (diff) |
remove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11
Instead hard-code OpenOffice.org 1.1 as the value, since StarOffice and
StarSuite are irrelevant.
Change-Id: I9ab3d1cf38cf64cd4e440b3ae43158f748ead7d2
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Compatibility.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu b/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu index 6ba5066db896..a1c5820abe4d 100644 --- a/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu @@ -20,7 +20,7 @@ <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="Compatibility" oor:package="org.openoffice.Office"> <node oor:name="WriterCompatibilityVersion"> <prop oor:name="OOo11" oor:type="xs:string"> - <value>${WRITERCOMPATIBILITYVERSIONOOO11}</value> + <value>OpenOffice.org 1.1</value> </prop> </node> <node oor:name="AllFileFormats"> |