diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-07-28 12:33:45 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:23 +0200 |
commit | 84bfb880e17e6e38e24e8554a7ffdd7938432b8b (patch) | |
tree | ffe419e05b44b5dca79933d949acad3de2d9e27d /sd/xml | |
parent | 8089be8358ed1d4b48e57a061d4cf223d39061ca (diff) |
Changed the logic of parsing
Have added a vector list of XNode to store the parse XML and referring it instead of XML eveytime.
Need to make scope level changes for vector and parseXml() in the next commit.
Change-Id: I2f270fc18058772fbf30a2a44e564c8290c316c4
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/layoutlist.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml index cfe1f1e58e85..88ec81192be0 100644 --- a/sd/xml/layoutlist.xml +++ b/sd/xml/layoutlist.xml @@ -22,7 +22,7 @@ <presobj kind="PRESOBJ_OUTLINE2" layout-pos-x="1400" layout-pos-y="11274" layout-size-height="5809" layout-size-width="12297"/> <presobj kind="PRESOBJ_OUTLINE3" layout-pos-x="14311" layout-pos-y="11274" layout-size-height="5809" layout-size-width="12297"/> </layout> - <layout type="AUTOLAYOUT_TITLE_4SCONTENT"> + <layout type="AUTOLAYOUT_TITLE_4CONTENT"> <presobj kind="PRESOBJ_TITLE" layout-pos-x="1400" layout-pos-y="837" layout-size-height="4400" layout-size-width="25600"/> <presobj kind="PRESOBJ_OUTLINE1" layout-pos-x="1400" layout-pos-y="4914" layout-size-height="5809" layout-size-width="12297"/> <presobj kind="PRESOBJ_OUTLINE2" layout-pos-x="14311" layout-pos-y="5914" layout-size-height="4509" layout-size-width="12297"/> |