<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: SfxItemSet::Get(unsigned short,bool)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107959">bug 107959</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>bjoern.michaelsen@libreoffice.org, serval2412@yahoo.fr
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: SfxItemSet::Get(unsigned short,bool)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107959#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: SfxItemSet::Get(unsigned short,bool)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107959">bug 107959</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>