diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-29 11:38:42 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-29 11:38:42 +0200 |
commit | b45c3747d17fcdb37cf024712957b218fa5907c4 (patch) | |
tree | a95f8b9c2d1f6fe0739e736f65d7c7072c32f4b6 /officecfg | |
parent | 4944695115f8cb6fda88031ca68209b6d509d066 (diff) |
native0: #161436# fix mac user migration - transplanted from f7773ad1d0b9@native0
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 6 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/makefile.mk | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 24efde5417ee..de70808e9307 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -757,7 +757,8 @@ <value>100</value> </prop> <prop oor:name="VersionIdentifiers"> - <value oor:separator=",">StarOffice 9=staroffice/9,StarSuite 9=starsuite/9</value> + <value oor:separator="," install:module="all">StarOffice 9=staroffice/9,StarSuite 9=starsuite/9</value> + <value oor:separator="," install:module="macosx">StarOffice 9=StarOffice/9,StarSuite 9=StarSuite/9</value> </prop> <node oor:name="MigrationSteps"> <node oor:name="Common" oor:op="replace"> @@ -807,7 +808,8 @@ <value>90</value> </prop> <prop oor:name="VersionIdentifiers"> - <value oor:separator=",">OpenOffice.org 3=openoffice.org/3</value> + <value oor:separator="," install:module="all">OpenOffice.org 3=openoffice.org/3</value> + <value oor:separator="," install:module="macosx">OpenOffice.org 3=OpenOffice.org/3</value> </prop> <node oor:name="MigrationSteps"> <node oor:name="Common" oor:op="replace"> diff --git a/officecfg/registry/data/org/openoffice/makefile.mk b/officecfg/registry/data/org/openoffice/makefile.mk index b51285af50cc..7de57da341d0 100644 --- a/officecfg/registry/data/org/openoffice/makefile.mk +++ b/officecfg/registry/data/org/openoffice/makefile.mk @@ -48,6 +48,8 @@ MODULEFILES= \ Inet-macosx.xcu \ Inet-unixdesktop.xcu \ Inet-wnt.xcu \ + Setup-all.xcu \ + Setup-macosx.xcu \ Setup-brand.xcu \ Setup-writer.xcu \ Setup-calc.xcu \ |