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 09:56:40 +0000 2007 ------- There is a OutputDevice, the problem arises in the preview pane on one certain slide, Base3D::Create in goodies is called with a OutputDevice of OUTDEV_VIRDEV. It returns NULL for pOutDev->Get3DContext() so pRetval remains NULL at the first if(pRetval), so we jump to if(!pRetval) but bForcePrinter is true so we return without a pRetval. In E3dPolyScene::LocalPaint3D bForcePrinter comes from "nShadeMode > 2" and nShadeMode starts off for me as "3". Is that any use to you ? --------------------------------------------------------------------- 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]
