[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

Michael Meeks michael.meeks at collabora.com
Mon Apr 18 20:13:32 UTC 2016


 scripts/esc-bug-stats.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 508a98010e63feaff0784f63496759dd8b9fb618
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Mon Apr 18 21:13:06 2016 +0100

    Get cell references right.

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index db0e8ec..dd88475 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -371,9 +371,9 @@ print << "EOF"
       <text:p>$date_value</text:p>
      </table:table-cell>
      <table:table-cell office:value-type="float" office:value="$reg_open" calcext:value-type="float"/>
-     <table:table-cell table:formula="of:=[.D6]-[.B6]" office:value-type="float"/>
+     <table:table-cell table:formula="of:=[.D5]-[.B5]" office:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$reg_all" calcext:value-type="float"/>
-     <table:table-cell table:style-name="isodate" table:formula="of:=[.A6]" office:value-type="date" />
+     <table:table-cell table:style-name="isodate" table:formula="of:=[.A5]" office:value-type="date" />
 EOF
 ;
 


More information about the Libreoffice-commits mailing list