summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-12-20 15:33:40 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-12-20 16:12:45 +0100
commit170d75c3f58e500bda864bf7b7aeefd06716a0a6 (patch)
treeb8e4a65feb5170180359bc155cee5aefbe983f41 /starmath
parentb34b0ff236618ec026e96c8bc90c6354a51c8045 (diff)
remove obsolete comment
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ooxmlimport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx
index 1cdee7fa65c0..2fa59e1f3b57 100644
--- a/starmath/source/ooxmlimport.cxx
+++ b/starmath/source/ooxmlimport.cxx
@@ -408,8 +408,7 @@ OUString SmOoxmlImport::handleF()
else if( operation == lin )
return STR( "{" ) + num + STR( "} / {" ) + den + STR( "}" );
else // noBar
- { // TODO we write out stack of 3 items as recursive m:f, so merge here back
- // to 'stack { x # y # z }'
+ {
return STR( "binom {" ) + num + STR( "} {" ) + den + STR( "}" );
}
}