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

Andrew Pitonyak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Andrew Pitonyak <[email protected]> ---
I am also looking at this to see if this is a bug (or not).

I asked a person in Lithuania to run a simple example in LO 4.0 and 4.1. I am
in the US so this is not an easy test for myself. 

In 4.0 the properties Formula and FormulaLocal give the expected result:

cell.Formula =  "=2.1*2"    => 4,2
cell.Formula =  "=2,1*2"    => #NAME?

cell.FormulaLocal =  "=2,1*2"   => 4,2
cell.FormulaLocal =  "=2.1*2"   =>  #NAME?

In 4.1 the both properties Formula and FormulaLocal give the same result:

cell.Formula =  "=2,1*2"    => 4,2
cell.Formula =  "=2.1*2"    => #NAME?

cell.FormulaLocal =  "=2,1*2"   => 4,2
cell.FormulaLocal =  "=2.1*2"   =>  #NAME?

Clearly something changed when they went to 4.1.

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