Skip to content

Commit 413585e

Browse files
Merge 21d4ffe into 5c4e6e1
2 parents 5c4e6e1 + 21d4ffe commit 413585e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/appModules/soffice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class SymphonyIATableCell(SymphonyTableCell):
199199

200200
def event_selectionAdd(self):
201201
curFocus = api.getFocusObject()
202-
if self.table and self.table == curFocus.table:
202+
if self.table and self.table == curFocus.table and self.table.IAccessibleTable2Object.nSelectedCells > 0:
203203
curFocus.announceSelectionChange()
204204

205205
def event_selectionRemove(self):

0 commit comments

Comments
 (0)