To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63686





------- Additional comments from [EMAIL PROTECTED] Tue Mar 28 02:41:02 -0800 
2006 -------
One comment for the Excel part: I am not sure if the elements in the members
list are always non-null, therefore I have tested them before accessing:

-        if( const ScDPSaveMember* pSaveMem = ...

This should now look like

+    const ScDPSaveDimension::MemberHash &rMembers = rSaveDim.GetMembers();
+    for (ScDPSaveDimension::MemberHash::const_iterator i=rMembers.begin(); i !=
rMembers.end() ; i++)
+        if( const ScDPSaveMember* pSaveMem = i->second )
+               if( XclExpPTItem* pItem = GetItemAcc( pSaveMem->GetName() ) )
+                       pItem->SetPropertiesFromMember( *pSaveMem );


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