To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78877
------- Additional comments from [EMAIL PROTECTED] Fri Jun 29 00:25:27 +0000
2007 -------
sb and dr, sb's suggestion, following patch is also working.
cvs diff: Diffing sc/source/filter/excel
Index: sc/source/filter/excel/xeescher.cxx
===================================================================
RCS file: /cvs/sc/sc/source/filter/excel/xeescher.cxx,v
retrieving revision 1.21
diff -u -r1.21 xeescher.cxx
--- sc/source/filter/excel/xeescher.cxx 22 May 2007 19:46:51 -0000 1.21
+++ sc/source/filter/excel/xeescher.cxx 29 Jun 2007 00:22:11 -0000
@@ -769,7 +769,7 @@
// client anchor
if( SdrObject* pSdrObj = ::GetSdrObjectFromXShape( xShape ) )
- XclExpEscherAnchor( GetRoot(), *pSdrObj ).WriteData( rEscherEx );
+ (XclExpEscherAnchor( GetRoot(), *pSdrObj )).WriteData( rEscherEx );
// client data (the following OBJ record)
rEscherEx.AddAtom( 0, ESCHER_ClientData );
BTW: does anybody has cws handy? if not, I'll take care of this.
---------------------------------------------------------------------
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]