Revision 46104 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.exportto.app/org.gvsig.exportto.app.mainplugin/src/main/java/org/gvsig/export/app/extension/FeatureStoreSearchExportAction.java

View differences:

FeatureStoreSearchExportAction.java
67 67
    public void actionPerformed(ActionEvent e) {
68 68
        if( !(this.context.getStore() instanceof FeatureStore) ) {
69 69
            return;
70
        }
70
        }       
71 71
        ExportTable exportTable = new ExportTable();
72
//        FeatureQuery query = this.context.getQuery();
73
//        if (this.context.getFilterForSelecteds()!=null) {
74
//            query.addFilter(this.context.getFilterForSelecteds().toString());
75
//        }
76

  
77
//        exportTable.showExport(
78
//            (FeatureStore) this.context.getStore(),
79
//            query
80
//        );
72 81
        exportTable.showExport(
73 82
            (FeatureStore) this.context.getStore(),
74 83
            this.context.getQuery()

Also available in: Unified diff