Author: steve_y
Date: Tue Jan 22 06:10:28 2013
New Revision: 1436754

URL: http://svn.apache.org/viewvc?rev=1436754&view=rev
Log:
IA2 migration for sfx2 module

Modified:
    openoffice/branches/ia2/main/sfx2/source/dialog/tabdlg.cxx
    openoffice/branches/ia2/main/sfx2/source/dialog/templdlg.hrc

Modified: openoffice/branches/ia2/main/sfx2/source/dialog/tabdlg.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/ia2/main/sfx2/source/dialog/tabdlg.cxx?rev=1436754&r1=1436753&r2=1436754&view=diff
==============================================================================
--- openoffice/branches/ia2/main/sfx2/source/dialog/tabdlg.cxx (original)
+++ openoffice/branches/ia2/main/sfx2/source/dialog/tabdlg.cxx Tue Jan 22 
06:10:28 2013
@@ -747,6 +747,10 @@ void SfxTabDialog::Start( sal_Bool bShow
 
        if ( bShow )
                Show();
+
+// IAccessibility2 implementation 2009
+       if ( IsVisible() && ( !HasChildPathFocus() || HasFocus() ) )
+               GrabFocusToFirstControl();
 }
 
 // -----------------------------------------------------------------------

Modified: openoffice/branches/ia2/main/sfx2/source/dialog/templdlg.hrc
URL: 
http://svn.apache.org/viewvc/openoffice/branches/ia2/main/sfx2/source/dialog/templdlg.hrc?rev=1436754&r1=1436753&r2=1436754&view=diff
==============================================================================
--- openoffice/branches/ia2/main/sfx2/source/dialog/templdlg.hrc (original)
+++ openoffice/branches/ia2/main/sfx2/source/dialog/templdlg.hrc Tue Jan 22 
06:10:28 2013
@@ -44,3 +44,8 @@
 #define BT_FLIST 8
 #define BT_VLIST 9
 #define BT_TOOL 10
+
+//IAccessibility2 Implementation 2009-----
+#define STR_STYLE_ELEMTLIST    18
+//-----IAccessibility2 Implementation 2009
+


Reply via email to