diff options
author | Noel Power <noel.power@novell.com> | 2011-06-13 10:38:18 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-06-13 10:45:45 +0100 |
commit | 6b522673373797bbf53d795d53e0ec45175a5d67 (patch) | |
tree | 1f68cf37619300fd5ffe518c077b00590d6c5ebf /officecfg | |
parent | d1e8ef8c46b0f3409396eaadd0a3743feb6a5f44 (diff) |
default config location has changed, look in old config dir when migrating
A previous patch (boostrap:25bd2eec77ed774a37d1cddd0d72312e23d5e9fd) changed the default configuration directory location ( on unix ) When evaluating user configurations for migration we need to search the old default config dir and not the new default config directory,
Diffstat (limited to 'officecfg')
-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 e72e61b8f02b..7ce906575ada 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.org3+OpenOffice.org2+StarOffice8+StarSuite8" oor:op="replace"> + <node oor:name="OpenOffice.org3+OpenOffice.org2+StarOffice8+StarSuite8+Libreoffice3" oor:op="replace"> <prop oor:name="Priority"> <value>10</value> </prop> <prop oor:name="VersionIdentifiers"> - <value oor:separator=",">Openofice.org 3=openoffice.org/3,OpenOffice.org 2=openoffice.org2,StarOffice 8=staroffice8,StarSuite 8=starsuite8</value> + <value oor:separator=",">Libreoffice 3=libreoffice/3,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"> |