diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-07-11 18:29:29 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:22 +0200 |
commit | 6ef5537422b9a1e69f4a4f9894d4343db3adca34 (patch) | |
tree | 5b908c4b59a5c8fc7916e35f85126613f631c6d3 /officecfg/registry | |
parent | da5bca5b530521d75c4907b59c0b47ac1cc84a4b (diff) |
Solved the "unit-test" error related to parser.
This error may also prevail with the unit-tests of "effects.xml & "transitions.xml" present in Impress.xcs.
Change-Id: I2c661e62840911f9e21919e54271d30fd996798f
Diffstat (limited to 'officecfg/registry')
-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 b966aa08e875..112c809ad79c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -480,7 +480,7 @@ </desc> <label>List of files containing list of layouts</label> </info> - <value oor:separator=";">vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/layoutlist.xml</value> + <value oor:separator=";">vnd.sun.star.expand:$BRAND_BASE_DIR/../user/config/soffice.cfg/simpress/layoutlist.xml</value> </prop> <prop oor:name="PreviewNewEffects" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: --> |