To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58901
                  Issue #:|58901
                  Summary:|Bad string comparison in METWriter::FindChrSet
                Component:|Drawing
                  Version:|680m141
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sj
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Mon Dec  5 07:32:01 -0800 
2005 -------
goodies/source/filter.vcl/eos2met/eos2met.cxx 1.13 line 438:
  pCS->aName==rFont.GetName()
compares ByteString with UniString (a combination for which there is no matching
operator ==).  Since tools/bigint.hxx is included, what actually happens is that
both arguments are converted to BigInt, and an operator == comparing BigInts is
used.  This error probably dates back to the time we introduced Unicode.

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