[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl
Michael Meeks
michael.meeks at collabora.com
Mon Jan 6 21:59:55 PST 2014
scripts/esc-bug-stats.pl | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
New commits:
commit 5503fa4933808df6fa9d1bd5967a213850817abf
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Mon Jan 6 21:59:08 2014 -0800
More blacklisting / cleanup output for 3.6
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 14c95d8..f2e48d9 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -27,6 +27,14 @@ my %sadly_non_libreoffice = (
'Richard Hughes' => 1,
'Ben Widawsky' => 1,
'Chengwei Yang' => 1,
+ 'Dan Nicholson' => 1,
+ 'Zbigniew Jedrzejewski-Szmek' => 1,
+ 'Tanu Kaskinen' => 1,
+ 'Vinson Lee' => 1,
+ 'Sylvain BERTRAND' => 1,
+ 'lu hua' => 1,
+ 'Kenneth Graunke' => 1,
+ 'Seif Lotfy' => 1,
);
# use me for testing XML pretty printing etc.
@@ -366,9 +374,9 @@ print << "EOF"
<text:p>$date_value</text:p>
</table:table-cell>
<table:table-cell/>
- <table:table-cell table:formula="of:=[.L2]-[.B2]" office:value-type="float" calcext:value-type="float"/>
<table:table-cell/>
- <table:table-cell table:formula="of:=[.M2]-[.D2]" office:value-type="float" calcext:value-type="float"/>
+ <table:table-cell/>
+ <table:table-cell/>
<table:table-cell office:value-type="float" office:value="$ver_open{'4.0'}" calcext:value-type="float"/>
<table:table-cell table:formula="of:=[.N2]-[.F2]" office:value-type="float" calcext:value-type="float"/>
<table:table-cell office:value-type="float" office:value="$ver_open{'4.1'}" calcext:value-type="float"/>
More information about the Libreoffice-commits
mailing list