diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-31 09:29:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-31 09:29:57 +0000 |
commit | 10039e6e238d6e922851b80fd9193f0091daedb4 (patch) | |
tree | e204dda1a3a20ad3a4049456daba6920daa9cae3 /starmath | |
parent | 24ab72b31e7e368ef498484a78fa06a807cefec9 (diff) |
WaE: /* inside //
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index c5303663f047..33ae54944f44 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 */ |