To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90894
User oj changed the following:
What |Old value |New value
================================================================================
Assigned to|oj |rt
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jun 23 05:23:59 +0000
2008 -------
How about just to change the name of 2nd var ;-)
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
> xShape2 = pShape;
> xShape.set(xShape2,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]