X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.ui%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fui%2Feditor%2FSpreadsheetSelectionProcessor.java;h=ea54d631949ebda8ae96dfd7a0b351b35f9dd80f;hp=11da9ac7b1779a22c59e4f6c0dd33195dad72aa0;hb=5c67a96d34fe904b8c4b0375cd08ff1d543bf369;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07 diff --git a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetSelectionProcessor.java b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetSelectionProcessor.java index 11da9ac7b..ea54d6319 100644 --- a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetSelectionProcessor.java +++ b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/editor/SpreadsheetSelectionProcessor.java @@ -11,10 +11,10 @@ import org.simantics.db.layer0.variable.Variable; import org.simantics.db.layer0.variable.Variables; import org.simantics.selectionview.ComparableTabContributor; import org.simantics.selectionview.SelectionProcessor; +import org.simantics.spreadsheet.Spreadsheets; import org.simantics.spreadsheet.resource.SpreadsheetResource; import org.simantics.spreadsheet.ui.TableSelection; import org.simantics.spreadsheet.ui.editor.NoCellTab.NoCellInput; -import org.simantics.spreadsheet.util.SpreadsheetUtils; /** * @author Tuukka Lehtonen @@ -32,7 +32,7 @@ public class SpreadsheetSelectionProcessor implements SelectionProcessor result = new ArrayList(); final Variable cell = variable.getPossibleChild(graph, location); if(cell != null) {