summaryrefslogtreecommitdiffstats
path: root/officecfg/util
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-04 11:03:37 +0200
committerTor Lillqvist <tml@collabora.com>2016-01-04 11:05:23 +0200
commit26f09844b5f696522cf25be1d9cb44e90973bf77 (patch)
tree35245e56c9182301ff299e75bf6630f51765511e /officecfg/util
parentUpdated core (diff)
downloadcore-26f09844b5f696522cf25be1d9cb44e90973bf77.tar.gz
core-26f09844b5f696522cf25be1d9cb44e90973bf77.zip
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.xsl4
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>