diff options
Diffstat (limited to 'test/user-template')
-rw-r--r-- | test/user-template/user/registrymodifications.xcu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/user-template/user/registrymodifications.xcu b/test/user-template/user/registrymodifications.xcu new file mode 100644 index 000000000000..f4a205011fe6 --- /dev/null +++ b/test/user-template/user/registrymodifications.xcu @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <item oor:path="/org.openoffice.Office.Paths/Paths/org.openoffice.Office.Paths:NamedPath['UIConfig']/InternalPaths"> + <node oor:name="${userurl}/config/"> + </node> + </item> +</oor:items> |