summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/form
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-12 14:05:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-15 12:36:40 +0000
commit454ddddd9995ad7c6f865729d160814f5a9f093a (patch)
tree15b5ee999ec504002cc727284aea0882cc82b01e /wizards/com/sun/star/wizards/form
parentf8fbef265329dc2e6e153d22c0a3317fdc0789e1 (diff)
java: remove some unused fields and variables
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'wizards/com/sun/star/wizards/form')
-rw-r--r--wizards/com/sun/star/wizards/form/FormWizard.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/form/FormWizard.java b/wizards/com/sun/star/wizards/form/FormWizard.java
index fe1791e6b3ae..bf8ba4bbf559 100644
--- a/wizards/com/sun/star/wizards/form/FormWizard.java
+++ b/wizards/com/sun/star/wizards/form/FormWizard.java
@@ -376,12 +376,6 @@ public class FormWizard extends DatabaseObjectWizard
private int ID;
// @Override
- public int getID()
- {
- return ID;
- }
-
- // @Override
public void setID(String sIncSuffix)
{
ID = 1;