officecfg/util/data_val.xsl | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 26f09844b5f696522cf25be1d9cb44e90973bf77
Author: Tor Lillqvist <[email protected]>
Date: Mon Jan 4 11:03:37 2016 +0200
Remove warning that can be ignored
"yeah, makes sense to remove it", says Stephan.
Change-Id: Ife7baa5814a856dca7f0f02ac3cb2521e2980851
diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl
index cd2f10e..a6726c1 100644
--- a/officecfg/util/data_val.xsl
+++ b/officecfg/util/data_val.xsl
@@ -199,10 +199,6 @@
test="preceding-sibling::value[((not($lang) and not(@xml:lang))
or $lang=@xml:lang) and ((not($module) and not(@install:module)) or
$module=@install:module)]">
<xsl:message terminate="yes">ERROR: Property '<xsl:value-of
select="$path"/>' has values with matching xml:lang attribute <xsl:value-of
select="$lang"/> and inconsistent install:module attributes.</xsl:message>
</xsl:when>
- <xsl:when
- test="preceding-sibling::value[((not($lang) and not(@xml:lang))
or $lang=@xml:lang) and (($module and not(@install:module)) or (not($module)
and @install:module) or $module!=@install:module)]">
- <xsl:message>ATTENTION: Property '<xsl:value-of select="$path"/>'
has different values for different modules. Make sure the modules are mutually
exclusive!</xsl:message>
- </xsl:when>
</xsl:choose>
</xsl:template>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits