summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table/ScenarioSelector.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-27 12:58:07 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:02:59 +0200
commit3be987460db9938977c9ff7ed59b7e43b64f430e (patch)
tree83a1c99d0f0f9e189acf6418eba7749ae6500902 /wizards/com/sun/star/wizards/table/ScenarioSelector.java
parentdab59ab4bcadb14bef9ad7d185d58610fda22012 (diff)
Java cleanup - remove unnecessary casts
Change-Id: I9fc995d9b3f971b9b8869cb3f21ddf69b4f90e08
Diffstat (limited to 'wizards/com/sun/star/wizards/table/ScenarioSelector.java')
-rw-r--r--wizards/com/sun/star/wizards/table/ScenarioSelector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/table/ScenarioSelector.java b/wizards/com/sun/star/wizards/table/ScenarioSelector.java
index 53d8c6c8be6e..9da13aecc37f 100644
--- a/wizards/com/sun/star/wizards/table/ScenarioSelector.java
+++ b/wizards/com/sun/star/wizards/table/ScenarioSelector.java
@@ -291,7 +291,7 @@ public class ScenarioSelector extends FieldSelection implements XItemListener, X
*/
public void itemStateChanged(ItemEvent arg0)
{
- initializeTable((int) xTableListBox.getSelectedItemPos());
+ initializeTable(xTableListBox.getSelectedItemPos());
}
/* (non-Javadoc)