To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61174





------- Additional comments from [EMAIL PROTECTED] Fri Jan 27 02:34:46 -0800 
2006 -------
Sorry, but I must say that the current patch is the wrong approach and must not
be integrated! VCL provides functionality to adapt the system colors and you
have to set the correct colors into the corresponding settings and not redefine
what blue or gray should be.

The function void DtIntegrator::GetSystemLook( AllSettings& rSettings ) in
vcl/unx/source/gdi/dtint.cxx can be used to fill in the right colors. There are
multiple Integrators available but on plain X11 the base class (DtIntegrator) is
used, so you can put an #ifdef MAC block here and provide your colors in the
StyleSettings object. Have a look at the other GetSystemLook() implementations
to get an idea. You should start with setting the face color which is used quite
often, so you can easily see your changes and then continue from there.

Again, please forget the idea about redefining color values ! A patch like this
will never be integrated.


---------------------------------------------------------------------
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]

Reply via email to