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

--- Comment #5 from Andrew Beattie <[email protected]> ---
I notice that the structure of named ranges contains both:

a) The address of the range ("Sheet2.A1"), which does not change.

b) A cell address structure com.sun.star.table.CellAddress. Before deleting
Sheet1, this would be:

.Sheet=1
.Column=0
.Row=0

After the deletion of sheet1, this should be:

.Sheet=0
.Column=0
.Row=0

How can we check that this has changed correctly?

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