]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/ProcessBuilderView.java
Add ability to open excel files in Sparta RCP UI when running on windows.
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / views / ProcessBuilderView.java
index bc4f262b989f58965c34450a3a125b147eff814d..32c3a7e4bd61041408cca5927ff770b509659b3f 100644 (file)
@@ -138,6 +138,7 @@ public class ProcessBuilderView extends ViewPart {
                viewer.refresh();
        }
 
+       
        // Remove the selected process from the batch
        public void removeSelected() {
                if (curSelectedRow == -1)