https://bugs.freedesktop.org/show_bug.cgi?id=67094

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |blocker
           Priority|high                        |highest

--- Comment #3 from Eike Rathke <[email protected]> ---
When reading

aaa     bbb    (5 spaces)
 =3+4          (text with 1 leading space)

saved with 4.0.4

        <table:table-row table:style-name='ro1'>
          <table:table-cell office:value-type='string'>
            <text:p>aaa
              <text:s text:c='4' />bbb
            </text:p>
          </table:table-cell>
        </table:table-row>
        <table:table-row table:style-name='ro1'>
          <table:table-cell office:value-type='string'>
            <text:p>
              <text:s />=3+4
            </text:p>
          </table:table-cell>
        </table:table-row>

in 4.1.0.2 this results in
aaa bbb    (1 space only)
=          #NAME?    (i.e. interpreted as formula with no content)

Saving again in 4.1.0.2 leads to data loss.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to