Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/tools/LayoutAddLegendListenerImpl.java

View differences:

LayoutAddLegendListenerImpl.java
50 50
import org.gvsig.app.project.documents.layout.fframes.FrameFactory;
51 51
import org.gvsig.app.project.documents.layout.fframes.IFFrame;
52 52
import org.gvsig.app.project.documents.layout.fframes.gui.dialogs.FFrameLegendDialog;
53
import org.gvsig.app.project.documents.layout.gui.Layout;
53
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
54 54
import org.gvsig.app.project.documents.layout.tools.listener.LayoutAddRectangleListener;
55 55
import org.gvsig.fmap.mapcontrol.tools.BehaviorException;
56 56
import org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent;
......
71 71
	 *
72 72
	 * @param l Layout.
73 73
	 */
74
	public LayoutAddLegendListenerImpl(Layout l) {
74
	public LayoutAddLegendListenerImpl(LayoutPanel l) {
75 75
		super(l);
76 76
	}
77 77

  

Also available in: Unified diff