diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-07-05 19:25:28 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:21 +0200 |
commit | 2fd74b3b155160e73045298bc61ba8707cac2933 (patch) | |
tree | 70fa84678b2a20d8f23ecefd2fd7f4ba62aeb98f /officecfg | |
parent | 4a281debd23ac8604bb80978e5f26c0cfebcc4b0 (diff) |
Working version of XML parser from configuration file path
Added some changes in the "getRootElement" and new "layoutlist.xml" is added for "unit-test" module.
XML parser works perfectly in the installation,only the failure of "unit-test" is left to be solved.
Some refactoring related to "layoutlist.xml" will be updated soon.
Change-Id: If7ed3af40e9b6df26e20881728181eb6c82936d8
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 75091d18ede6..b966aa08e875 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -468,15 +468,15 @@ <label>List of files containing object effects</label> </info> <value oor:separator=";">vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/effects.xml</value> + </prop> <prop oor:name="LayoutListFiles" oor:type="oor:string-list" oor:nillable="false"> - <!-- OldPath: --> - <!-- OldLocation: --> - <!-- UIHints: List of files containing object effects --> <info> <desc> Contains a list of layout type.It contains properties of presobj like their Position, - Height and Width + Height and Width.Values are put through + macro expansion, so, vnd.sun.star.expand prefix + is allowed. </desc> <label>List of files containing list of layouts</label> </info> |