summaryrefslogtreecommitdiff
path: root/officecfg/util/data_val.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/util/data_val.xsl')
-rw-r--r--officecfg/util/data_val.xsl3
1 files changed, 0 insertions, 3 deletions
diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl
index 883bffc1976c..d918431c7566 100644
--- a/officecfg/util/data_val.xsl
+++ b/officecfg/util/data_val.xsl
@@ -202,9 +202,6 @@
<xsl:if test="following-sibling::value[@install:module=$module and @xml:lang=$lang]">
<xsl:message terminate="yes">ERROR: Property '<xsl:value-of select="$path"/>' has multiple values for module <xsl:value-of select="$module"/> and locale <xsl:value-of select="$lang"/>!</xsl:message>
</xsl:if>
- <xsl:if test="../value[not(@install:module)]">
- <xsl:message terminate="yes">ERROR: Property '<xsl:value-of select="$path"/>' has values both with and without module. This is currently not supported. Please contact jb@openoffice.org, if you need this!</xsl:message>
- </xsl:if>
<xsl:if test="not(preceding-sibling::value/@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:if>