summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolkit/test/accessibility/SelectionDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/test/accessibility/SelectionDialog.java b/toolkit/test/accessibility/SelectionDialog.java
index 64ce7fb9158c..2f0c6d543446 100644
--- a/toolkit/test/accessibility/SelectionDialog.java
+++ b/toolkit/test/accessibility/SelectionDialog.java
@@ -68,7 +68,7 @@ class SelectionDialog extends JDialog
maChildrenSelector = new JList (GetChildrenList());
maChildrenSelector.setPreferredSize (new Dimension (500,300));
aContent.add (maChildrenSelector, BorderLayout.CENTER);
- maChildrenSelector.setSelectionMode (ListSelectionModel.SelectionMode::Single);
+ maChildrenSelector.setSelectionMode (ListSelectionModel.SINGLE_SELECTION);
JPanel aButtons = new JPanel();
aButtons.setLayout( new FlowLayout() );
tr> 2016-01-22GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUGMichael Stahl 2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-10-19slideshow: remove unecessary boost/bind includesDaniel Robertson 2015-09-21boost->stdCaolán McNamara 2015-09-07slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud 2015-08-08tdf#92459 replace deprecated o3tl featuresDaniel Robertson 2015-08-03slideshow: replace boost::function with std::functionMichael Stahl