https://bugs.documentfoundation.org/show_bug.cgi?id=112254

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|serval2...@yahoo.fr         |

--- Comment #5 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Noel Grandin from comment #4)
> probably the easiest fix is to define a custom subclass of SvTreeListEntry
> that delete's the UserData in it's destructor.
> something like
>   class MyListEntry : public SvTreeListEntry{
>   public:
>     ~MyListEntry() { delete static_cast<UserData>(GetUserData()); }
>   }
> unless the ownership of UserData is more complicated.

Sorry Noel, I don't know C++ enough to understand this mechanism.
It seems I can't do anything here, so let's uncc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to