From 581234b21368311d865fd1600c7ca62422ebb186 Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj i Gelonch Date: Sat, 11 Oct 2014 19:26:08 +0200 Subject: accessibility: Calling String.toString() Change-Id: I125d2c337df606c6388ddbd41030e51a558ad054 Reviewed-on: https://gerrit.libreoffice.org/11920 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- toolkit/test/accessibility/AccessibilityTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/test/accessibility') diff --git a/toolkit/test/accessibility/AccessibilityTree.java b/toolkit/test/accessibility/AccessibilityTree.java index b21249a36466..6f9484762e00 100644 --- a/toolkit/test/accessibility/AccessibilityTree.java +++ b/toolkit/test/accessibility/AccessibilityTree.java @@ -265,7 +265,7 @@ public class AccessibilityTree for( int i = 0; i < aActions.size(); i++ ) { aMenu.add( new NodeAction( - aActions.get(i).toString(), + aActions.get(i), aNode, i ) ); } } -- cgit /capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26Add accessibility check to the Writer menuTomaž Vajngerl
2019-12-17tdf#64902 Writer table: Paste Special->Rows AboveLászló Németh
2019-12-14tdf#37156 Writer menu: Paste as Nested tableLászló Németh
2019-01-06tdf#82504 writer table cell background color SvxColorItem uno functionJim Raykowski
2018-03-13tdf#114552 Convert anchor toggle to anchor menuSamuel Mehrbrodt
2017-09-26TSCP: paragraph classification dialogAshod Nakashian
2017-09-21TSCP: add advanced classification dialogTomaž Vajngerl
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-07-26convert SfxGroupId to scoped enumNoel Grandin
2017-07-10UI Wrap InBackground: transition to wrapthru transparency toggleJustin Luth
2017-05-18Watermark: Insert watermark commandSzymon Kłos
2017-05-01Remove SlotType sdi propertyMaxim Monastirsky
2017-05-01Return values of sdi "method slots" were unusedMaxim Monastirsky
2017-05-01FN_TOOL_ANCHOR cleanupMaxim Monastirsky
2017-03-22create SfxDisableFlags enumNoel Grandin
2017-01-30tdf#102132 Add contextual edit region uno command.Gulsah Kose
2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski
2016-03-01sfx2 classification: select current toolbar listbox entry when state changesMiklos Vajna
2016-02-22sw classification: add initial UNO commandMiklos Vajna
2016-02-05remove unused Automation from .SDI filesNoel Grandin
2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás
2014-02-22Resolves: #i124243# allow in-place editing of Input Fields...Oliver-Rainer Wittmann