diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-17 23:15:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-18 08:47:28 +0200 |
commit | d2799676584b51f66721717b69a5604cf4a65af8 (patch) | |
tree | c105106e6afda51f03f335c78f4a1d2a8a8bedff /officecfg/registry | |
parent | f2df50ab7c443932bf75be1795e93998c52d7575 (diff) |
Find non-set-elements marked as mandatory
Change-Id: I7f75c835339b61ba9e545c13d7e5bb208c12df4c
Reviewed-on: https://gerrit.libreoffice.org/53069
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Impress.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <value oor:separator=";">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</value> </prop> </node> - <node oor:name="Pictures" oor:op="fuse" oor:mandatory="true"> + <node oor:name="Pictures" oor:op="fuse"> <prop oor:name="Path"> <value>$(work)</value> </prop> </node> - <node oor:name="Sound" oor:op="fuse" oor:mandatory="true"> + <node oor:name="Sound" oor:op="fuse"> <prop oor:name="Path"> <value>$(work)</value> </prop> |