You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by st...@apache.org on 2013/01/22 07:10:29 UTC

svn commit: r1436754 - in /openoffice/branches/ia2/main/sfx2/source/dialog: tabdlg.cxx templdlg.hrc

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
+