diff options
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 4c91b8a2b26a..cb2e9554fc19 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1162,7 +1162,7 @@ void SmCursor::InsertCommand(sal_uInt16 nCommand) { } void SmCursor::InsertCommandText(OUString aCommandText) { - //Parse the the sub expression + //Parse the sub expression SmNode* pSubExpr = SmParser().ParseExpression(aCommandText); //Prepare the subtree |