You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/10/09 10:15:51 UTC

[Bug 121178] [From Symphoy]Chart name in Excel is different with the name in Symphony

https://issues.apache.org/ooo/show_bug.cgi?id=121178

Clarence GUO <cl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79750|                            |review?
              Flags|                            |

--- Comment #1 from Clarence GUO <cl...@gmail.com> ---
Created attachment 79750
  --> https://issues.apache.org/ooo/attachment.cgi?id=79750&action=edit
patch

Root Cause:
VBA code will call the getName method of a interface. But in this method, the
persist name was returned.

Solution:
Add a new interface which support displaying name. Then VAB will get the
displaying name from the new interface.

-- 
You are receiving this mail because:
You are the assignee for the bug.