summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/ControlScroller.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 16:12:55 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:49 +0200
commitf124688cfdfbe96ff2be5ab44ea5023725548146 (patch)
tree4874bf2b2504979b9733f200e05b68034c7eaefe /wizards/com/sun/star/wizards/ui/ControlScroller.java
parent36a74fe54a0cd99372ea646af31ce41ac5ec5b08 (diff)
java: remove various unused variables
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/ControlScroller.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/ControlScroller.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ControlScroller.java b/wizards/com/sun/star/wizards/ui/ControlScroller.java
index dfb920ebc09d..8210cce41c1f 100644
--- a/wizards/com/sun/star/wizards/ui/ControlScroller.java
+++ b/wizards/com/sun/star/wizards/ui/ControlScroller.java
@@ -132,7 +132,6 @@ public abstract class ControlScroller
{
try
{
- boolean bisVisible;
ntotfieldcount = _ntotfieldcount;
setCurFieldCount();
nscrollvalue = 0;
@@ -167,9 +166,7 @@ public abstract class ControlScroller
protected void fillupControls(boolean binitialize)
{
- int newindex;
PropertyValue[] oldproperties;
- PropertyValue[] newproperties;
for (int a = 0; a < this.nblockincrement; a++)
{
if (a < ncurfieldcount)