Revision 324

View differences:

trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/FFrameView.java
845 845
    }
846 846

  
847 847
    public Object clone() throws CloneNotSupportedException {
848
    	Document d = ProjectManager.getInstance().getCurrentProject().getDocuments().get(0);
849 848
        FFrameView frame = (FFrameView) super.clone();
850 849
        frame.createListeners(); // necessary to create the listeners within the right scope
851 850
        frame.setView(this.getView());

Also available in: Unified diff