diff options
author | Noel Power <noel.power@novell.com> | 2010-10-13 21:51:52 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-10-15 13:01:39 +0100 |
commit | 65637b67f55b9ee14c750a5e574d1ce695a94de9 (patch) | |
tree | 2fefb0db55e76acb16e0ec1263d10f15439286c6 | |
parent | 7c46954800cb391dbf15d83db4ed5747f7bfb92d (diff) |
migrate OOo 3.x data
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index e8b483b8622d..8dbccb20cfb2 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -783,12 +783,12 @@ </node> <node oor:name="Migration"> <node oor:name="SupportedVersions"> - <node oor:name="OpenOffice.org2+StarOffice8+StarSuite8" oor:op="replace"> + <node oor:name="OpenOffice.org3+OpenOffice.org2+StarOffice8+StarSuite8" oor:op="replace"> <prop oor:name="Priority"> <value>10</value> </prop> <prop oor:name="VersionIdentifiers"> - <value oor:separator=",">OpenOffice.org 2=openoffice.org2,StarOffice 8=staroffice8,StarSuite 8=starsuite8</value> + <value oor:separator=",">Openofice.org 3=openoffice.org/3,OpenOffice.org 2=openoffice.org2,StarOffice 8=staroffice8,StarSuite 8=starsuite8</value> </prop> <node oor:name="MigrationSteps"> <node oor:name="Datasources" oor:op="replace"> |