From d2799676584b51f66721717b69a5604cf4a65af8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Apr 2018 23:15:45 +0200 Subject: Find non-set-elements marked as mandatory Change-Id: I7f75c835339b61ba9e545c13d7e5bb208c12df4c Reviewed-on: https://gerrit.libreoffice.org/53069 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- officecfg/registry/data/org/openoffice/Office/Impress.xcu | 4 ++-- officecfg/util/data_val.xsl | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/Impress.xcu b/officecfg/registry/data/org/openoffice/Office/Impress.xcu index 72d2fb8b4155..b8323973c891 100644 --- a/officecfg/registry/data/org/openoffice/Office/Impress.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Impress.xcu @@ -195,12 +195,12 @@ vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions.xml;vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions-ogl.xml - + $(work) - + $(work) diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl index 97508eb34a00..3e2200dbd526 100644 --- a/officecfg/util/data_val.xsl +++ b/officecfg/util/data_val.xsl @@ -48,6 +48,7 @@ + @@ -72,9 +73,11 @@ + - + + @@ -82,6 +85,7 @@ + @@ -99,6 +103,7 @@ + @@ -139,6 +144,7 @@ + @@ -147,10 +153,15 @@ + + + + ERROR: Node '' that is not a set element is marked as mandatory! + -- cgit