diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-08-24 01:23:36 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:28 +0200 |
commit | 1eecb8df22b77a6982601bf877067a685d913a7d (patch) | |
tree | 20c697c765595d555afb84a9bf1f1f95dd17c5c2 /test/user-template | |
parent | f78db7cb1c973bd3c8f74fe4a226fb78ad7fbaff (diff) |
Some cleanup and consolidation of the Impress layout work.
Also make unit test work again after Mac-app like path changes.
Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561
Diffstat (limited to 'test/user-template')
-rw-r--r-- | test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml b/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml index d7338ad38ccf..c5f8d5ef3ecf 100644 --- a/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml +++ b/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml @@ -1,5 +1,10 @@ <?xml version="1.0"?> -<!-- At present I am not sure about corect XML namespace,so once I am aware of it.I am ready to add it. +<!-- Configurable definitions of Impress slide layouts. + + Currently the layout type name needs to match a set of predefined strings. + Per entry, you can declare up to one Title object, and up to four + Outline objects. All values are relative to Impress' 'layout + rect', which is roughly 90% of the available slide area. --> <layout-list> <layout type="AUTOLAYOUT_TITLE_CONTENT"> @@ -78,4 +83,4 @@ <presobj kind="PRESOBJ_OUTLINE1" relative-height="1" relative-width="0.488" relative-posX="0" relative-posY="0"/> <presobj kind="PRESOBJ_OUTLINE2" relative-height="1" relative-width="0.488" relative-posX="1.05" relative-posY="0"/> </layout> -</layout-list>
\ No newline at end of file +</layout-list> |