https://bugs.documentfoundation.org/show_bug.cgi?id=146440

--- Comment #2 from Mike Kaganski <[email protected]> ---
Case 4:

  oCell = ThisComponent.Sheets(0).getCellByPosition(3, 0)
  oCell.Formula = "'foo"
  oCell = ThisComponent.Sheets(0).getCellByPosition(3, 1)
  oCell.FormulaLocal = "'foo"

In this case, cell D1 contains text "foo" (no apostrophe), and D2 contains text
"'foo" (apostrophe); both cells are formatted as Standard.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to