Kaydet (Commit) 581234b2 authored tarafından Robert Antoni Buj i Gelonch's avatar Robert Antoni Buj i Gelonch Kaydeden (comit) Noel Grandin

accessibility: Calling String.toString()

Change-Id: I125d2c337df606c6388ddbd41030e51a558ad054
Reviewed-on: https://gerrit.libreoffice.org/11920Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst d860ea91
...@@ -265,7 +265,7 @@ public class AccessibilityTree ...@@ -265,7 +265,7 @@ public class AccessibilityTree
for( int i = 0; i < aActions.size(); i++ ) for( int i = 0; i < aActions.size(); i++ )
{ {
aMenu.add( new NodeAction( aMenu.add( new NodeAction(
aActions.get(i).toString(), aActions.get(i),
aNode, i ) ); aNode, i ) );
} }
} }
......
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