[Libreoffice-commits] .: starmath/source
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Dec 20 07:12:51 PST 2011
starmath/source/ooxmlimport.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 170d75c3f58e500bda864bf7b7aeefd06716a0a6
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Dec 20 15:33:40 2011 +0100
remove obsolete comment
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx
index 1cdee7f..2fa59e1 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( "}" );
}
}
More information about the Libreoffice-commits
mailing list