scripts/esc-bug-stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 99053ffcc1c246d9dddc8d42c1bd447dbcb196f5 Author: Michael Meeks <michael.me...@collabora.com> Date: Tue May 13 15:08:09 2014 +0100 Fix calculation bug. diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl index 9c04230..586bdd0 100755 --- a/scripts/esc-bug-stats.pl +++ b/scripts/esc-bug-stats.pl @@ -420,7 +420,7 @@ print << "EOF" <table:table-cell office:value-type="float" office:value="$ver_total{'4.1'}" calcext:value-type="float"/> <table:table-cell office:value-type="float" office:value="$ver_total{'4.2'}" calcext:value-type="float"/> <table:table-cell office:value-type="float" office:value="$ver_total{'4.3'}" calcext:value-type="float"/> - <table:table-cell table:formula="of:=[.B2]+[.D2]+[.F2]+[.H2]+[.L2]" office:value-type="float"/> + <table:table-cell table:formula="of:=[.B2]+[.D2]+[.F2]+[.H2]+[.J2]+[.L2]" office:value-type="float"/> <table:table-cell table:formula="of:=SUM([.N2:.S2])-[.T2]" office:value-type="float"/> </table:table-row> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits