summaryrefslogtreecommitdiffstats
path: root/officecfg/util
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-09-30 09:14:44 +0200
committersb <sb@openoffice.org>2009-09-30 09:14:44 +0200
commit48df5d3811b284973b6ea988eb537f4f6ec3cb89 (patch)
tree55937491366586726822fc6b0112548c51f63198 /officecfg/util
parent#i101955# do not fail if an oor:external service is not installed (diff)
downloadcore-48df5d3811b284973b6ea988eb537f4f6ec3cb89.tar.gz
core-48df5d3811b284973b6ea988eb537f4f6ec3cb89.zip
#i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections
Diffstat (limited to 'officecfg/util')
-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 bdf7c1ba2546..d22814dd19f5 100644
--- a/officecfg/util/data_val.xsl
+++ b/officecfg/util/data_val.xsl
@@ -206,9 +206,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>