new SaveHandlerPrompt(sanifiedContent).showRelativeTo(showPromptRelativeTo);
return;
}
}
Importance importance = importanceSelector.getSelectedConstant();
Long livingStoryId = livingStorySelector.getSelectedLivingStoryId();
Set<Long> themeIds = new HashSet<Long>();
for (String id : themeListBox.getSelectedItemValues()) {