diff options
Diffstat (limited to 'test/user-template/user/config')
-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> |