Kaydet (Commit) f3ef91fd authored tarafından Noel Grandin's avatar Noel Grandin

cid#1326683 DLS: Dead local store

Change-Id: I797faf679ec5c6a27570d1dd5ac0aa2c480cf56d
üst 5ac42796
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment