<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Expression is faulty instead of numbers"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107410#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Expression is faulty instead of numbers"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107410">bug 107410</a>
              from <span class="vcard"><a class="email" href="mailto:realitix@gmail.com" title="Jean-Sebastien Bevilacqua <realitix@gmail.com>"> <span class="fn">Jean-Sebastien Bevilacqua</span></a>
</span></b>
        <pre>Your rtf document contains bookmarks defined as =C6 or =SUM(C12:C27).
Theses references don't seem to exist.

Moreover, in your file, some fields are defined as formula and others not.

Can you give more informations on this file, how do you generate it ?

The error you see come from the field formula format like this:

=curr_emp+curr_adm \\# "#,##0"

The last part is not supported, I should convert it to

=curr_emp+curr_adm

BUT it will no resolve your problem since variable curr_emp and curr_adm are
not well defined.
Before the patch, LibreOffice was taking the alternate part of the field
because it couldn't parse it. Now it can parse it (badly).

Jean-Sébastien Bevilacqua</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>