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





------- Additional comments from [EMAIL PROTECTED] Tue Oct 30 10:39:58 +0000 
2007 -------
AW: This makes partially sense, but not for "nShadeMode > 2" or even '3'.
ShadeMode comes from Get/SetShadeMode and contains a Base3DShadeModel. This
again is a enum and is in the range [0..2]. It should never get 3.
Anyways, the printer renderer is no longer supported for quite some time and
thus not created in Base3D::Create (see assertion). Thus this problem must at
least have triggered that assertion. Base3D::Create is intended to always create
a 3d context. Best solution is to replace the commented line after the assertion
(base3d.cxx ln 356)

                                //pRetval = new Base3DPrinter(pOutDev);

with 

                                pRetval = new Base3DDefault(pOutDev);

which will create the default renderer which will always be okay (just not
speeded up with OpenGL e.g.).

FYI: The PrinterRenderer used a BSP-Tree, but had inacceptable runtimes... :-(

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