diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:27:03 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:27:03 +0200 |
commit | 51ce86f1ef01ad7719f90776cb1e915166660c3b (patch) | |
tree | 513bbc8bd35eae352f51512761fba150851eafb0 /cui/source/dialogs | |
parent | ff13378085ccba67ece63afd4cfa62704f582f95 (diff) |
Get rid of annoying IAccessibility2 comments
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/hlmarkwn.hrc | 2 | ||||
-rw-r--r-- | cui/source/dialogs/linkdlg.cxx | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/dialogs/hlmarkwn.hrc b/cui/source/dialogs/hlmarkwn.hrc index d6f841c55996..1f067fb45d81 100644 --- a/cui/source/dialogs/hlmarkwn.hrc +++ b/cui/source/dialogs/hlmarkwn.hrc @@ -19,7 +19,5 @@ #define BT_APPLY 1 #define BT_CLOSE 2 #define TLB_MARK 3 -// IAccessibility2 implementation 2009. ------ #define STR_MARK_TREE 5000 -// ------ IAccessibility2 implementation 2009. diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index 5df9370a9b3d..faae919c0ee6 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -109,12 +109,11 @@ SvBaseLinksDlg::SvBaseLinksDlg( Window * pParent, LinkManager* pMgr, sal_Bool bH // UpdateTimer for DDE-/Grf-links, which are waited for aUpdateTimer.SetTimeoutHdl( LINK( this, SvBaseLinksDlg, UpdateWaitingHdl ) ); aUpdateTimer.SetTimeout( 1000 ); - //IAccessibility2 Implementation 2009----- + // Set the ZOrder, and accessible name to the dialog's title aTbLinks.SetZOrder(0, WINDOW_ZORDER_FIRST); aTbLinks.SetAccessibleName(this->GetText()); aTbLinks.SetAccessibleRelationLabeledBy(&aFtFiles); - //-----IAccessibility2 Implementation 2009 OpenSource().Hide(); |