<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 - Small Calc ODS with simple chart: crash on row delete if jumbo option on"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144537">bug 144537</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>noelgrandin@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Small Calc ODS with simple chart: crash on row delete if jumbo option on"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144537#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Small Calc ODS with simple chart: crash on row delete if jumbo option on"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144537">bug 144537</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>Noel: thought you might be interested in this one.

Here's something weird:
julien@debianamd:~/lo/libreoffice$ git grep -n MAXROWCOUNT1
sc/source/core/data/column2.cxx:1663:    if (maCells.size() != MAXROWCOUNT1)
sc/source/core/data/column2.cxx:1670:    if (maCellTextAttrs.size() !=
MAXROWCOUNT1)
sc/source/core/data/column2.cxx:1677:    if (maBroadcasters.size() !=
MAXROWCOUNT1)
sc/source/filter/lotus/lotattr.cxx:184:    // Actually with the current
implementation of MAXROWCOUNT1>=64k and nRow
sc/source/ui/view/viewdata.cxx:1335:    const sal_Int32 kMax = 23 * 1024 *
1024;    // current MAXROWCOUNT1 is 1024*1024=1048576

so MAXROWCOUNT1 isn't defined at all?</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>