Revision 2183 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/ProjectMap.java

View differences:

ProjectMap.java
129 129
		numMaps = xml.getIntProperty("numMaps");
130 130
		model = Layout.createLayout(xml.getChild(0), p);
131 131
	}
132

  
133
	/**
134
	 * @see com.iver.cit.gvsig.project.ProjectElement#setXMLEntity(com.iver.utiles.XMLEntity)
135
	 */
136
	public void setXMLEntity03(XMLEntity xml, Project p) {
137
		numMaps = xml.getIntProperty("numMaps");
138
		model = Layout.createLayout03(xml.getChild(0), p);
139
	}
132 140
}

Also available in: Unified diff