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





------- Additional comments from [EMAIL PROTECTED] Tue Sep  5 21:19:40 -0700 
2006 -------
I'm not familier with svx, but how about the following patch which just consider
mpIMEInfos?

source/editeng

--- svx/source/editeng/impedit3.cxx.orig   2006-01-24 23:48:18.000000000 +0900
+++ svx/source/editeng/impedit3.cxx.text   2006-09-06 13:11:07.000000000 +0900
@@ -3531,7 +3531,7 @@
                        ContentNode* pNode = GetEditDoc().SaveGetObject( 0 );
                        SeekCursor( pNode, 1, aTmpFont );
                        Color aFontColor( aTmpFont.GetColor() );
-                       if( aFontColor == COL_AUTO )
+                       if( aFontColor == COL_AUTO || mpIMEInfos &&
(mpIMEInfos->aPos.GetNode() == pNode))
                                aFontColor = GetAutoColor();

                        UINT8 nColorDiff = aFontColor.GetColorError(
aBackgroundColor );




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