[Libreoffice-commits] core.git: sd/xml

Marina Latini marina at studiostorti.com
Wed Dec 6 13:27:35 UTC 2017


 sd/xml/layoutlist.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1623caf67a0670f332fc45b9f25aac8818cad9a6
Author: Marina Latini <marina at studiostorti.com>
Date:   Tue Dec 5 18:43:11 2017 +0100

    tdf#101014 Keyboard between textboxes - part 2
    
    Fixed the a11y issue in layout AUTOLAYOUT_TITLE_2CONTENT_CONTENT
    now the selection via keyboard works as requested
    
    Change-Id: I034776393c8cca68d5cb3702f12111a057d4134b
    Reviewed-on: https://gerrit.libreoffice.org/45907
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml
index a7b12821b999..4d139ace483d 100644
--- a/sd/xml/layoutlist.xml
+++ b/sd/xml/layoutlist.xml
@@ -56,8 +56,8 @@
     <layout type="AUTOLAYOUT_TITLE_2CONTENT_CONTENT">
         <presobj kind="PRESOBJ_TITLE" relative-height="1" relative-width="1" relative-posX="0" relative-posY="0"/>
         <presobj kind="PRESOBJ_OUTLINE1" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="0"/>
-        <presobj kind="PRESOBJ_OUTLINE2" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="1.095"/>
-        <presobj kind="PRESOBJ_OUTLINE3" relative-height="1" relative-width="0.488" relative-posX="1.05" relative-posY="0"/>
+        <presobj kind="PRESOBJ_OUTLINE2" relative-height="1" relative-width="0.488" relative-posX="1.05" relative-posY="0"/>
+        <presobj kind="PRESOBJ_OUTLINE3" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="1.095"/>
     </layout>
     <layout type="AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT">
         <presobj kind="PRESOBJ_TITLE" relative-height="1" relative-width="1" relative-posX="0" relative-posY="0"/>


More information about the Libreoffice-commits mailing list