[Libreoffice-bugs] [Bug 107959] Crash in: SfxItemSet::Get(unsigned short, bool)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat May 20 17:41:03 UTC 2017


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjoern.michaelsen at libreoffi
                   |                            |ce.org, serval2412 at yahoo.fr

--- Comment #6 from Julien Nabet <serval2412 at yahoo.fr> ---
I noticed that SDRATTR_GRAFINVERT wasn't in include/svx/unoshprp.hxx
I added it with this:
{ OUString(UNO_NAME_GRAPHIC_IS_INVERTED),   SDRATTR_GRAFINVERT          ,
cppu::UnoType<bool>::get(),    0,   0}, \

(+ #define UNO_NAME_GRAPHIC_IS_INVERTED            "GraphicIsInverted"
in include/editeng/unoprnms.hxx)
but I still got the crash at the same place.

I also noticed this in the logs before the crash:
warn:sd:26504:1:sd/source/ui/unoidl/DrawController.cxx:836: Calling disposed
DrawController object. Throwing exception:
warn:sd:26504:1:sd/source/ui/unoidl/DrawController.cxx:836: Calling disposed
DrawController object. Throwing exception:

Björn: thought you might be interested in this one since you were working on
SfxItemPool and other related stuff. If I'm wrong, don't hesitate to uncc
yourself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170520/8eb404c0/attachment.html>


More information about the Libreoffice-bugs mailing list