diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-22 14:25:43 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-22 14:33:31 +0200 |
commit | 9813a2ec35b86c1e0fcf27d5ce9893efe146eb2b (patch) | |
tree | 70d28f382adb1218e1b542ddfcaf58a7e62a5551 /officecfg | |
parent | 5d8e27d74c713f2f041c5a5668c8ffb4ad05026a (diff) |
Color config cleanup: last bits remaining removed
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI.xcu | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI.xcs | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu b/officecfg/registry/data/org/openoffice/Office/UI.xcu index da148936b9ca..a79e8a352581 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu @@ -403,12 +403,12 @@ <value xsi:nil="true"/> </prop> </node> - <node oor:name="WriterPageBreaks"> + <node oor:name="WriterHeaderFooterMark"> <prop oor:name="Color"> <value xsi:nil="true"/> </prop> </node> - <node oor:name="WriterHeaderFooterMark"> + <node oor:name="WriterPageBreaks"> <prop oor:name="Color"> <value xsi:nil="true"/> </prop> diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index e89b3914302d..434ec5c717c7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs @@ -283,23 +283,23 @@ </info> </prop> </group> - <group oor:name="WriterPageBreaks"> + <group oor:name="WriterHeaderFooterMark"> <info> - <desc>Specifies the settings for the page break mark in Writer.</desc> + <desc>Specifies the settings for the header/footer mark in Writer.</desc> </info> <prop oor:name="Color" oor:type="xs:int"> <info> - <desc>Specifies the color used for the page break mark.</desc> + <desc>Specifies the color used for the header/footer mark.</desc> </info> </prop> </group> - <group oor:name="WriterHeaderFooterMark"> + <group oor:name="WriterPageBreaks"> <info> - <desc>Specifies the settings for the header/footer mark in Writer.</desc> + <desc>Specifies the settings for the page break mark in Writer.</desc> </info> <prop oor:name="Color" oor:type="xs:int"> <info> - <desc>Specifies the color used for the header/footer mark.</desc> + <desc>Specifies the color used for the page break mark.</desc> </info> </prop> </group> |