Kaydet (Commit) 0e4a884b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringcopy: accessibility

Change-Id: I8f6d1ed2b59ca4257884151b69edbbb556497378
üst 7de64a40
...@@ -822,8 +822,8 @@ namespace accessibility ...@@ -822,8 +822,8 @@ namespace accessibility
{ {
if( pEntry->HasChildren() || pEntry->HasChildrenOnDemand() ) if( pEntry->HasChildren() || pEntry->HasChildrenOnDemand() )
return getListBox()->IsExpanded( pEntry ) ? return getListBox()->IsExpanded( pEntry ) ?
OUString(TK_RES_STRING(STR_SVT_ACC_ACTION_COLLAPSE)) : TK_RES_STRING(STR_SVT_ACC_ACTION_COLLAPSE) :
OUString(TK_RES_STRING(STR_SVT_ACC_ACTION_EXPAND)); TK_RES_STRING(STR_SVT_ACC_ACTION_EXPAND);
return OUString(); return OUString();
} }
......
...@@ -149,7 +149,7 @@ OUString VCLXAccessibleButton::getAccessibleName( ) ...@@ -149,7 +149,7 @@ OUString VCLXAccessibleButton::getAccessibleName( )
if ( nLength == 3 ) if ( nLength == 3 )
{ {
// it's a browse button // it's a browse button
aName = OUString( TK_RES_STRING( RID_STR_ACC_NAME_BROWSEBUTTON ) ); aName = TK_RES_STRING( RID_STR_ACC_NAME_BROWSEBUTTON );
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment