diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-05 16:38:14 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-05 17:02:27 +0100 |
commit | f316f413f589989013bf161170087e77a82db2d3 (patch) | |
tree | b9ecc7e4c3012f3d7624d6e88a832c62d6988c62 /officecfg | |
parent | 8f79079fa97acd084d8afbcc1a4f525d276fb05f (diff) |
remove OpenGL transitions config. file from scheme
The OpenGL transitions are optional, so the respective config. file
should only be listed in the ogltrans module.
This reverts commit dafcb2844bda4af2bc290548548392bda3262307.
Change-Id: Ie785db07d04a0baf3dc9fd385f1d8a34837dc38b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index e8b170d9e18a..323e7eff5639 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -452,7 +452,7 @@ </desc> <label>List of files containing transition effects</label> </info> - <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> + <value oor:separator=";">vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions.xml</value> </prop> <prop oor:name="EffectFiles" oor:type="oor:string-list" oor:nillable="false"> <!-- OldPath: --> |