Revision 717 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/FFrameOverViewDialog.java

View differences:

FFrameOverViewDialog.java
21 21
 */
22 22
package org.gvsig.app.project.documents.layout.fframes.gui.dialogs;
23 23

  
24
import java.awt.event.ActionEvent;
24 25
import java.awt.geom.Rectangle2D;
25 26
import java.util.ArrayList;
26 27
import java.util.List;
......
268 269
                                .toSheetRect(rect, layoutPanel
269 270
                                    .getLayoutControl().getAT()));
270 271

  
272
                        fireActionEvent(new ActionEvent(FFrameOverViewDialog.this, 1, "accept"));
271 273
                        }
272 274
                    } catch (CloneNotSupportedException e1) {
273 275
                        LOG.error("It is not possible clonate the object", e);

Also available in: Unified diff