orca r4167 - in trunk: . src/orca/scripts/apps/soffice



Author: joanied
Date: Sun Sep  7 22:00:06 2008
New Revision: 4167
URL: http://svn.gnome.org/viewvc/orca?rev=4167&view=rev

Log:
* src/orca/scripts/apps/soffice/script.py:
  The rest of the fix for for bug #550137 - Presentation of table
  content in OOo Writer is largely hosed and we're double-speaking
  paragraphs in OOo Writer docs. 


Modified:
   trunk/ChangeLog
   trunk/src/orca/scripts/apps/soffice/script.py

Modified: trunk/src/orca/scripts/apps/soffice/script.py
==============================================================================
--- trunk/src/orca/scripts/apps/soffice/script.py	(original)
+++ trunk/src/orca/scripts/apps/soffice/script.py	Sun Sep  7 22:00:06 2008
@@ -742,7 +742,7 @@
             # other paragraph and let the caret-moved events do their
             # thing.
             #
-            return False
+            return (cell != None)
 
         self.updateBraille(cell)
         utterances = self.speechGenerator.getSpeech(cell, False)



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