[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl
Michael Meeks
michael.meeks at collabora.com
Tue Feb 24 04:16:02 PST 2015
scripts/esc-bug-stats.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d23cbdc708e44f43916624da398791addc72522c
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Feb 24 10:53:32 2015 +0000
4.2 has no MAB's anymore.
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index d6f6c2f..0b056f2 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -248,8 +248,8 @@ print << "EOF"
<table:table-cell/>
<table:table-cell/> <!-- 4.1 -->
<table:table-cell/>
- <table:table-cell office:value-type="float" office:value="$ver_open{'4.2'}" calcext:value-type="float"/>
- <table:table-cell table:formula="of:=[.T2]-[.J2]" office:value-type="float" calcext:value-type="float"/>
+ <table:table-cell/> <!-- 4.2 -->
+ <table:table-cell/>
<table:table-cell office:value-type="float" office:value="$ver_open{'4.3'}" calcext:value-type="float"/>
<table:table-cell table:formula="of:=[.U2]-[.L2]" office:value-type="float" calcext:value-type="float"/>
<table:table-cell office:value-type="float" office:value="$ver_open{'4.4'}" calcext:value-type="float"/>
More information about the Libreoffice-commits
mailing list