diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 07:07:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 07:07:44 +0000 |
commit | 862aebf576a35ee9f4750ed7c29760a96b9d187b (patch) | |
tree | 632244357d6d161426a66d30e48b9de526d63f14 /officecfg | |
parent | 7683761be04ae8488b22e91d500470ec13e87991 (diff) |
INTEGRATION: CWS lo5 (1.20.16); FILE MERGED
2005/05/02 09:31:38 lo 1.20.16.2: #122219# starsuite 7 migration + improvement of findInstallation()
2005/04/28 11:29:31 tbe 1.20.16.1: #i48275# migration of auto correction files
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 967af1b64a68..9d7acdfe89ff 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -3,9 +3,9 @@ * * $RCSfile: Setup.xcu,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2005-03-30 08:06:16 $ + * last change: $Author: rt $ $Date: 2005-05-13 08:07:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -517,7 +517,7 @@ <node oor:name="Migration"> <prop oor:name="SupportedVersions" > <value oor:separator=","> - StarOffice 7, OpenOffice.org 1.1.1, OpenOffice.org 1.1.2, OpenOffice.org 1.1.3, OpenOffice.org 1.1.4 + StarOffice 7, OpenOffice.org 1.1, StarSuite 7 </value> </prop> @@ -572,12 +572,25 @@ <value>com.sun.star.migration.Basic</value> </prop> </node> + <node oor:name="Autocorrection" oor:op="replace"> + <prop oor:name="MigrationService"> + <value>com.sun.star.migration.Autocorrection</value> + </prop> + </node> <node oor:name="UserProfile" oor:op="replace"> <prop oor:name="IncludedNodes"> <value>org.openoffice.UserProfile</value> </prop> </node> <node oor:name="Common" oor:op="replace"> + <prop oor:name="IncludedFiles"> + <value> + .*/autotext/.* + .*/config/.*\.so[bcdegh] + .*/gallery/.* + .*/template/.* + </value> + </prop> <prop oor:name="IncludedNodes"> <value> org.openoffice.Office.Common/Accessibility @@ -649,6 +662,9 @@ </prop> </node> <node oor:name="Linguistic" oor:op="replace"> + <prop oor:name="IncludedFiles"> + <value>.*/wordbook/.*</value> + </prop> <prop oor:name="IncludedNodes"> <value>org.openoffice.Office.Linguistic</value> </prop> |