[Libreoffice-commits] .: starmath/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Jan 31 01:30:10 PST 2011


 starmath/source/cursor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d185dbe1847ff07ec56189f04f475e656dd9988
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 31 09:29:57 2011 +0000

    WaE: /* inside //

diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index c530366..33ae549 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -243,7 +243,7 @@ void SmCursor::DeletePrev(OutputDevice* pDev){
              nLineOffset != 0 &&
              pLine->GetType() == NEXPRESSION &&
              pLine->GetNumSubNodes() == 0){
-        //There's a (sub/super/*) script we can delete
+        //There's a (sub/super) script we can delete
     //Consider selecting the entire script if GetNumSubNodes() != 0 or pLine->GetType() != NEXPRESSION
     //TODO: Handle case where we delete a limit
     */


More information about the Libreoffice-commits mailing list