diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-04 11:03:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-04 11:05:23 +0200 |
commit | 26f09844b5f696522cf25be1d9cb44e90973bf77 (patch) | |
tree | 35245e56c9182301ff299e75bf6630f51765511e /officecfg/util | |
parent | 66a82c248ea099d43f289e0737cd7e8cb808a591 (diff) |
Remove warning that can be ignored
"yeah, makes sense to remove it", says Stephan.
Change-Id: Ife7baa5814a856dca7f0f02ac3cb2521e2980851
Diffstat (limited to 'officecfg/util')
-rw-r--r-- | officecfg/util/data_val.xsl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl index cd2f10e87437..a6726c1772a2 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> |