----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104954/ -----------------------------------------------------------
Review request for Calligra, Marijn Kruisselbrink and Sebastian Sauer. Description ------- FunctionDescription.cpp has "Boolean", "Int", "String", "Any", everything else is treated as Float -> that is wrong. Without the patch in 2.4 the Help for e.g. TODAY says: The TODAY() function returns the current date. Return type: A floating point value (like 1.3, 0.343, 253 ) With patch: Return type: A string representing a date (like "2/22/2012") There are still some unsupported Types, which are treated as Float like Reference, String/Numeric, Array, Range, Number See http://bugsfiles.kde.org/attachment.cgi?id=68157 This addresses bug 290631. http://bugs.kde.org/show_bug.cgi?id=290631 Diffs ----- sheets/FunctionDescription.h 4159c3f sheets/FunctionDescription.cpp 76d9ef7 Diff: http://git.reviewboard.kde.org/r/104954/diff/ Testing ------- Thanks, Burkhard Lück
_______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel