<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cell Range method ClearContents does not work with com.sun.star.sheet.CellFlags.EDITATTR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116127#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cell Range method ClearContents does not work with com.sun.star.sheet.CellFlags.EDITATTR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116127">bug 116127</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>Just a guess:

<a href="https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/cellsuno.cxx?r=316b07d0#1819">https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/cellsuno.cxx?r=316b07d0#1819</a>
<a href="https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#177">https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#177</a>
<a href="https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#169">https://opengrok.libreoffice.org/xref/core/sc/inc/global.hxx?r=a2601800#169</a>

InsertDeleteFlags::ALL does not contain flags for EDITATTR
Shouldn't this be 

( static_cast<InsertDeleteFlags>(nContentFlags) & InsertDeleteFlags::EDITATTR )

instead of 

( nDelFlags & InsertDeleteFlags::EDITATTR )  

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