a1e2910
From f316f413f589989013bf161170087e77a82db2d3 Mon Sep 17 00:00:00 2001
a1e2910
From: David Tardon <dtardon@redhat.com>
a1e2910
Date: Sat, 5 Nov 2016 16:38:14 +0100
a1e2910
Subject: [PATCH] remove OpenGL transitions config. file from scheme
a1e2910
a1e2910
The OpenGL transitions are optional, so the respective config. file
a1e2910
should only be listed in the ogltrans module.
a1e2910
a1e2910
This reverts commit dafcb2844bda4af2bc290548548392bda3262307.
a1e2910
a1e2910
Change-Id: Ie785db07d04a0baf3dc9fd385f1d8a34837dc38b
a1e2910
---
a1e2910
 officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 2 +-
a1e2910
 1 file changed, 1 insertion(+), 1 deletion(-)
a1e2910
a1e2910
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
a1e2910
index e8b170d..323e7ef 100644
a1e2910
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
a1e2910
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
a1e2910
@@ -452,7 +452,7 @@
a1e2910
           </desc>
a1e2910
           <label>List of files containing transition effects</label>
a1e2910
         </info>
a1e2910
-        <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>
a1e2910
+        <value oor:separator=";">vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions.xml</value>
a1e2910
       </prop>
a1e2910
       <prop oor:name="EffectFiles" oor:type="oor:string-list" oor:nillable="false">
a1e2910
         
a1e2910
-- 
a1e2910
2.9.3
a1e2910