To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69346
User tl changed the following:
What |Old value |New value
================================================================================
Status|REOPENED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 19 12:36:57 +0000
2007 -------
Done.
The code looks now like this:
: // #i69346# check for reverse color of input method attribute
: if( mpIMEInfos && (mpIMEInfos->aPos.GetNode() == pNode &&
: mpIMEInfos->pAttribs))
: {
: sal_uInt16 nAttr = mpIMEInfos->pAttribs[ 0 ];
: if ( nAttr & EXTTEXTINPUT_ATTR_HIGHLIGHT )
: {
: const StyleSettings& rStyleSettings =
Application::GetSettings().GetStyleSettings();
: aFontColor = rStyleSettings.GetHighlightColor() ;
: }
: }
See also CVS revision 1.115.272.2 for impedit3.cxx
---------------------------------------------------------------------
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]