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





------- Additional comments from [EMAIL PROTECTED] Fri Jan 12 05:47:00 -0800 
2007 -------
AW: Now i have a clue, i found the Problem. I have accidentially exchanged the
old, deprecated Matrix3D class with basegfx::B3DHomMatrix in filter project.
This is wrong, since Matrix3D was a 2d homogen matrix already and needs to be
replaced with B2DHomMatrix. Because the row,column accesses to the matrix are
the same, the translation vector is fetched from column 2 which is an empty
column in a 3d matrix (except 3d rtotations were applied).
AW: Adding filter, correcting from B3DHomMatrix -> B2DHomMatrix...

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