To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65286
                  Issue #:|65286
                  Summary:|Some very strange code
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|PC
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|jlcheng





------- Additional comments from [EMAIL PROTECTED] Wed May 10 22:56:53 -0700 
2006 -------
In the source file svx\source\dialog\dlgutil.cxx(Revision: 1.8, line 138):
        if ( FUNIT_POINT == eUnit && rField.GetDecimalDigits() > 1 )
                rField.SetDecimalDigits( 1 );
        else
                rField.SetDecimalDigits( 2 );
these is part of "void SetFieldUnit( MetricField& rField, FieldUnit eUnit, BOOL
bAll )".
If you call "SetFieldUnit" two times with "eUnit=FUNIT_POINT", you can get not
same result.

Attachment is screen shot of m166 example for two times.

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