diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-05 09:03:59 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-04-17 10:47:44 +0200 |
commit | cdb14b4f079e56243c55029e4322f587fd6335b0 (patch) | |
tree | a714d53ef7d8a37aae48adb270861b03d91bfd01 /officecfg | |
parent | 8a35cafb58c38e84541a44f8534c0511d2400e75 (diff) |
tdf#100715 Slide transition sound: Remember remember last folder
Change-Id: I37bfb088a167464cdbd93a1f993a8161d12b379a
Reviewed-on: https://gerrit.libreoffice.org/26937
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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> |