[orca] Fix for bug 586580 - Orca repeats the coordinates of Calc cells.
- From: Joanmarie Diggs <joanied src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca] Fix for bug 586580 - Orca repeats the coordinates of Calc cells.
- Date: Sun, 21 Jun 2009 19:50:46 -0400 (EDT)
commit 8c0219b4d89df496c669fed8f400c6925ccd1bad
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sun Jun 21 19:04:47 2009 -0400
Fix for bug 586580 - Orca repeats the coordinates of Calc cells.
src/orca/scripts/apps/soffice/speech_generator.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/speech_generator.py b/src/orca/scripts/apps/soffice/speech_generator.py
index 2c0f4f8..5548071 100644
--- a/src/orca/scripts/apps/soffice/speech_generator.py
+++ b/src/orca/scripts/apps/soffice/speech_generator.py
@@ -340,6 +340,7 @@ class SpeechGenerator(speech_generator.SpeechGenerator):
for char in name.decode("UTF-8"):
if char.isdigit():
result.append(name)
+ break
return result
def _generateRealTableCell(self, obj, **args):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]