To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=90894
------- Additional comments from [EMAIL PROTECTED] Fri Jun 20 06:07:35 +0000 2008 ------- Just a short question does this work: Index: ReportDrawPage.cxx =================================================================== RCS file: /cvs/dba/reportdesign/source/core/sdr/ReportDrawPage.cxx,v retrieving revision 1.6 diff -r1.6 ReportDrawPage.cxx 139,140c139,141 < SvxCustomShape* pShape = new SvxCustomShape( pObj ); < xShape.set(*pShape,uno::UNO_QUERY); --- > SvxCustomShape* pShape = new SvxCustomShape( pObj ); > uno::Reference < drawing::XEnhancedCustomShapeDefaulter > xShape = pShape; > xShape.set(xShape,uno::UNO_QUERY); --------------------------------------------------------------------- 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]
