To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40720
------- Additional comments from [EMAIL PROTECTED] Mon Jan 24 05:58:21 -0800
2005 -------
Sorry, I don't currently have a matching CWS.
A comment on the patch:
A default in a schema (xcs) file should never be changed. It certainly should
not depend on the product, version or environment it is in. Such customizations
belong in the xcu file. Thus an xcs file should never have the SCPZIP_REPLACE
flag set.
If a customizable default is misplaced in a xcs file today, it should at most be
removed.
Thus the patch should be changed as follows:
- In scp2/source/ooo/file_ooo.scp add the SCPZIP_REPLACE only to the xcu file
- Drop the xcs diff, or change it so that it just removes the default
- Change the xcu diff, so that it sets the current scheme to match the scheme
that it adds
The resulting patch in officecfg, that results in a selfsustained xcu file,
could be (untested!):
Index: registry/data/org/openoffice/Office/UI.xcu
===================================================================
RCS file: /cvs/util/officecfg/registry/data/org/openoffice/Office/UI.xcu,v
retrieving revision 1.30
diff -u -r1.30 UI.xcu
--- registry/data/org/openoffice/Office/UI.xcu 17 Nov 2004 08:17:07 -0000
1.30
+++ registry/data/org/openoffice/Office/UI.xcu 24 Jan 2005 13:49:30 -0000
@@ -325,8 +325,11 @@
</node>
</node>
<node oor:name="ColorScheme">
+ <prop oor:name="CurrentColorScheme">
+ <value>${PRODUCTNAME}</value>
+ </prop>
<node oor:name="ColorSchemes">
- <node oor:name="Default" oor:op="replace">
+ <node oor:name="${PRODUCTNAME}" oor:op="replace">
<node oor:name="DocColor">
<prop oor:name="Color">
<value xsi:nil="true"/>
Index: registry/schema/org/openoffice/Office/UI.xcs
===================================================================
RCS file: /cvs/util/officecfg/registry/schema/org/openoffice/Office/UI.xcs,v
retrieving revision 1.25
diff -u -r1.25 UI.xcs
--- registry/schema/org/openoffice/Office/UI.xcs 25 Oct 2004 10:36:43
-0000 1.25
+++ registry/schema/org/openoffice/Office/UI.xcs 24 Jan 2005 13:49:34
-0000
@@ -597,7 +597,6 @@
<info>
<desc>Specifies the name of the columns
selected for inserting data into text or fields, plus inserted text and line
breaks.</desc>
</info>
- <value>Default</value>
</prop>
<set oor:name="ColorSchemes"
oor:node-type="ColorScheme">
<!-- UIHints: Tools / Options / Star|OpenOffice
/ Appearance -->
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]