diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 10:37:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 10:37:16 +0000 |
commit | 646ab497f66eec4fbe569f3ea7a2c2ac35b6b6dc (patch) | |
tree | 36d25a9d4c3498df0d9a9a46e26a4efb82bc4b3b /officecfg/registry | |
parent | 85747cc254ba6517862e0d26a9c9652243db2e90 (diff) |
INTEGRATION: CWS configxml01 (1.10.20); FILE MERGED
2003/05/16 14:38:37 jb 1.10.20.1: #109668# Rename oor:node -> oor:component-data
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 69e83dbf79a2..209330338328 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -3,9 +3,9 @@ * * $RCSfile: Common.xcu,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2003-04-08 15:55:00 $ + * last change: $Author: vg $ $Date: 2003-05-27 11:37:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,8 @@ * * ************************************************************************ --> -<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd"> -<oor:node oor:name="Common" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<oor:component-data oor:name="Common" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="View"> <node oor:name="Localisation"> <prop oor:name="AutoMnemonic"> @@ -352,4 +352,4 @@ </node> </node> </node> -</oor:node> +</oor:component-data> |