[Libreoffice-commits] .: bridges/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu May 17 06:43:52 PDT 2012


 bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ac6833f97921981050722bee3d3cfa13f0897566
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 17 14:42:37 2012 +0100

    remove "TODO: add test" which is now done
    
    since 99bf0c318b89c7d6acee364161b34b13d348a3bb
    
    Change-Id: I0fbd88d842f750d101e3eec5a6b18f7e8bc062be

diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx
index 9750b6a..77d5e4a 100644
--- a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx
@@ -140,8 +140,6 @@ namespace
 #endif
 
 // For armhf we get the floating point arguments from a different area of the stack
-// TODO: deal with functions with more than 8 floating point args that need to overflow
-// to the stack. Find such an UNO API to try on.
 #ifdef __ARM_PCS_VFP
                 if (pParamTypeDescr->eTypeClass == typelib_TypeClass_FLOAT)
                 {


More information about the Libreoffice-commits mailing list