match = def;
editor.markDirty();
}
store.add(new VariableMatch(key, "", match));
} else if (df.getSourceHierarchy() != null) {
XHierarchy key = df.getSourceHierarchy();
String match = desc.getVariableMapping().get(key);
if (match == null) {
match = def;
editor.markDirty();
}