Ignore:
Timestamp:
2009-11-23T11:31:33+01:00 (14 years ago)
Author:
stoecker
Message:

fixed NPE - closes #3989

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/LambertCC9Zones.java

    r2507 r2509  
    199199            return null;
    200200        layoutZone = ((JComboBox)prefcb).getSelectedIndex();
    201         if (layoutZone == 0) {
    202             layoutZone = layoutZone +1 -1;
    203         }
    204201        return Collections.singleton(Integer.toString(layoutZone+1));
    205202    }
     
    220217            } catch(NumberFormatException e) {}
    221218        }
    222         if (layoutZone == 0) {
    223             layoutZone = layoutZone +1 -1;
    224         }
    225219    }
    226220
Note: See TracChangeset for help on using the changeset viewer.