[orca/gnome-2-30] Fix for bgo#617603 - OO Cell numbers not spoken in Ubuntu.



commit d8c9e1c824dbed766810233b15abe91d8963ca1b
Author: Mesar Hameed <mhameed src gnome org>
Date:   Thu May 6 07:04:07 2010 +0100

    Fix for bgo#617603 - OO Cell numbers not spoken in Ubuntu.

 src/orca/scripts/apps/soffice/script.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/script.py b/src/orca/scripts/apps/soffice/script.py
index 96fd86d..28adcc5 100644
--- a/src/orca/scripts/apps/soffice/script.py
+++ b/src/orca/scripts/apps/soffice/script.py
@@ -696,7 +696,7 @@ class Script(default.Script):
             else:
                 return False
         else:
-            return table.nRows == 65536
+            return table.nRows in [65536, 1048576]
 
     def isDesiredFocusedItem(self, obj, rolesList):
         """Called to determine if the given object and it's hierarchy of



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]