Revision 44443 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app.document.table.app/org.gvsig.app.document.table.app.mainplugin/src/main/java/org/gvsig/app/project/documents/table/TableDocument.java

View differences:

TableDocument.java
613 613
        if(this.associatedLayer!=null && this.associatedLayer.isTemporary()){
614 614
            return true;
615 615
        }
616
        if( this.getFeatureStore().isTemporary() ) {
617
            return true;
618
        }
616 619
        return false;
617 620
    }
618 621

  

Also available in: Unified diff