diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-07-25 19:40:43 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:23 +0200 |
commit | 8089be8358ed1d4b48e57a061d4cf223d39061ca (patch) | |
tree | 3b5bf7c732cd6d46ce9c17139b4ccac26b82a196 /officecfg | |
parent | c9b06499f43429452fcfb2dc8fdc33717fb6e3e5 (diff) |
Solved the unit-test problem
Changed the destination path of test-profile at "test/Package_unittest.mk".
Change-Id: I24ae595af22c38141add0ab8446281c3ccc84707
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 112c809ad79c..efeb62734b73 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/../user/config/soffice.cfg/simpress/layoutlist.xml</value> + <value oor:separator=";">vnd.sun.star.expand:$BRAND_BASE_DIR/share/config/soffice.cfg/simpress/layoutlist.xml</value> </prop> <prop oor:name="PreviewNewEffects" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: --> |