From ed5a8df72ac2d14aa2f5d1f87543fcfff9ad9d7d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 16 Nov 2016 17:01:06 +0100 Subject: Demonstrate that (extension) .xcu can contain with nested s This sprang from an IRC conversation with uniscript about allowing .xcd in extensions, so that an extension with (localization) data for many packages would not need one .xcu file per package, but rather only a single file. That is possible with a single .xcu file using the syntax, as shown here. (I had thought that originally only registrymodifications.xcu supported the syntax, but can't find any traces of that; so looks like an extension with an .xcu file using syntax should be supported by OOo and derivates "since ages".) Change-Id: I1101793e6b14ba9c1e7647edab76927d4d31a81c --- desktop/test/deployment/passive/Addons.xcu | 71 +++++++++++++++--------------- 1 file changed, 36 insertions(+), 35 deletions(-) (limited to 'desktop') diff --git a/desktop/test/deployment/passive/Addons.xcu b/desktop/test/deployment/passive/Addons.xcu index 3ef3b6235991..efb36487ebf1 100644 --- a/desktop/test/deployment/passive/Addons.xcu +++ b/desktop/test/deployment/passive/Addons.xcu @@ -17,42 +17,43 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - - - - - passive - - - - - vnd.org.openoffice.test.desktop.deployment.passive_native: - - - native - - - - - vnd.org.openoffice.test.desktop.deployment.passive_java: - - - java - - - - - vnd.org.openoffice.test.desktop.deployment.passive_python: - - - python - + + + + + + + passive + + + + + vnd.org.openoffice.test.desktop.deployment.passive_native: + + + native + + + + + vnd.org.openoffice.test.desktop.deployment.passive_java: + + + java + + + + + vnd.org.openoffice.test.desktop.deployment.passive_python: + + + python + + - - + + -- cgit