<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Text cell prompting about incorect formula"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131638#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Text cell prompting about incorect formula"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131638">bug 131638</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>In fact, it pre-processes any formula (starting with +, -, or =). The prompt
appears on "invalid formulas", despite it's not going to store it as formula
eventually.

Cf.: "=///2" with "=2": in first case, it would try correct the input before
storing the result as string, while in the second case, it will store it as
string immediately.

A code pointer: see ScViewFunc::EnterData, which processes formula (see "bool
bFormula") before processing cell type (see "if (nType ==
SvNumFormatType::TEXT").</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>