https://issues.apache.org/ooo/show_bug.cgi?id=121904
--- Comment #3 from Andreas Säger <[email protected]> --- Try this call (2 lines of code): addr=Calc.RangeSelection.getRangeSelectionAddress(oController,sInitial:="F13",sTitle:="Click Target Cell",bAutoClose:=True,bSingle:=True) If IsUnoStruct(addr) then print addr.Sheet, addr.StartRow, addr.EndRow, addr.StartColumn, addr.EndColumn You always get some uno struct even if you canceled the dialog. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
