1vJ7IguEWBfVakYkVCE5n3 changeset
| Changeset | 336637613362 (b) | 
|---|---|
| Parent | 323664646231 (a) | 
| a | b | ||
|---|---|---|---|
| 1 | 1 | selection = ThisComponent.CurrentSelection | |
| 2 | 2 | Select Case (selection.ImplementationName) | |
| 3 | 3 | Case "ScCellObj" | |
| ... | |||
| 4 | + | If (selection.String = "") Then | |
| 4 | + | Exit Sub | |
| 4 | + | End If | |
| ... | |||
| 4 | 4 | ReplaceHyperlink(selection) | |
| 5 | 5 | Case "ScCellRangeObj" | |
| 6 | 6 | RangeReplaceHyperlink(selection.RangeAddress) | |
| ... | |||
  | 
  |