diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Impress.xcu | 5 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 16 |
2 files changed, 20 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Impress.xcu b/officecfg/registry/data/org/openoffice/Office/Impress.xcu index accf3471a3f1..72d2fb8b4155 100644 --- a/officecfg/registry/data/org/openoffice/Office/Impress.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Impress.xcu @@ -200,4 +200,9 @@ <value>$(work)</value> </prop> </node> + <node oor:name="Sound" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="Path"> + <value>$(work)</value> + </prop> + </node> </oor:component-data> diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index e27df89f8129..7a2a7b7ec0d6 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -1632,7 +1632,7 @@ </group> <group oor:name="Pictures"> <info> - <desc>Contains configuration items form Impress Photo Album function.</desc> + <desc>Contains configuration items for Impress Photo Album function.</desc> </info> <prop oor:name="Path" oor:type="xs:string" oor:nillable="false"> <info> @@ -1644,5 +1644,19 @@ <value>$(work)</value> </prop> </group> + <group oor:name="Sound"> + <info> + <desc>Contains configuration items for Sound related functions.</desc> + </info> + <prop oor:name="Path" oor:type="xs:string" oor:nillable="false"> + <info> + <desc> + Access path, where sounds were loaded last time. + The default is work directory. + </desc> + </info> + <value>$(work)</value> + </prop> + </group> </component> </oor:component-schema> |