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] Tue Jun 26 02:02:19 +0000 
2007 -------
thoughtlessly, i created a patch just merely pass the compilation.
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 26 Jun 2007 02:01:45 -0000
@@ -769,7 +769,7 @@
 
     // client anchor
     if( SdrObject* pSdrObj = ::GetSdrObjectFromXShape( xShape ) )
-        XclExpEscherAnchor( GetRoot(), *pSdrObj ).WriteData( rEscherEx );
+        XclExpEscherAnchor( rRoot, *pSdrObj ).WriteData( rEscherEx );
 
     // client data (the following OBJ record)
     rEscherEx.AddAtom( 0, ESCHER_ClientData );


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