summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 11:59:04 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 12:09:13 +0200
commitf3ef91fde2994db54eec9a1323d4d9cf91b991f2 (patch)
tree683e6c68e0561f96c711e2862d7325ea07e8a6af /wizards
parent5ac427963ab45af356ba0aa9da006847e0c7b32e (diff)
cid#1326683 DLS: Dead local store
Change-Id: I797faf679ec5c6a27570d1dd5ac0aa2c480cf56d
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/table/TableWizard.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/wizards/com/sun/star/wizards/table/TableWizard.java b/wizards/com/sun/star/wizards/table/TableWizard.java
index 8ba08ad39020..7acfb593938e 100644
--- a/wizards/com/sun/star/wizards/table/TableWizard.java
+++ b/wizards/com/sun/star/wizards/table/TableWizard.java
@@ -149,7 +149,6 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener
public void setcompleted(int _ndialogpage, boolean _biscompleted)
{
boolean bScenarioiscompleted = _biscompleted;
- boolean bFieldFormatsiscompleted = _biscompleted;
boolean bPrimaryKeysiscompleted = _biscompleted;
boolean bFinalPageiscompleted = _biscompleted;
if (_ndialogpage == SOMAINPAGE)
@@ -160,14 +159,6 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener
{
bScenarioiscompleted = iscompleted(SOMAINPAGE);
}
- if (_ndialogpage != TableWizard.SOFIELDSFORMATPAGE)
- {
- bFieldFormatsiscompleted = iscompleted(SOFIELDSFORMATPAGE);
- if (!bFieldFormatsiscompleted) // it might be that the Fieldformatter has not yet been initialized
- {
- bFieldFormatsiscompleted = bScenarioiscompleted; // in this case query the scenarioselector
- }
- }
if (_ndialogpage != TableWizard.SOPRIMARYKEYPAGE && (this.curPrimaryKeyHandler != null))
{
bPrimaryKeysiscompleted = iscompleted(SOPRIMARYKEYPAGE);