From 381d116290f6bfbb0106db29a33d51f56e4b8f08 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 8 Feb 2018 10:04:31 +0100 Subject: Check for erroneously localized values of non-localized properties See ffd8369b909c86653ef30593fddf67c9f5308583 "rhbz#1541486: Fix localized'ness of ooSetupFactoryUIName props". Turns out adapting the XSLT was easier than feared. The two other incidents found are fixed with c7ab472b47023c94c06de9e3479a2e0271084dfc "/org.openoffice.Office.Writer/Layout/Other/TabStop should be localized" and 552bebc85d907748dcd72b7978a00a3eee7c4f34 "/org...Writer/Insert/Caption/CaptionOrderNumberingFirst should be localized". Change-Id: Ic3b29a69d517440d133daed1f3b07d1f7510dab8 Reviewed-on: https://gerrit.libreoffice.org/49473 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- officecfg/util/data_val.xsl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'officecfg/util') diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl index abe7eb30090c..97508eb34a00 100644 --- a/officecfg/util/data_val.xsl +++ b/officecfg/util/data_val.xsl @@ -171,6 +171,14 @@ ERROR: Property '' has unexpected operation '' ! + + + + ERROR: Non-localized property '' has value for xml:lang=''! + + + + @@ -237,6 +245,13 @@ + + + + ERROR: Non-localized extension property '' has value for xml:lang=''! + + + -- cgit v1.2.3