"saveas.problems.title");
ErrorDialog.openError(shell, title, null, status);
} else {
SaveCommandFactory factory =
context.getSaveCommandFactory();
SaveCommand command = factory.createSaveAsCommand(file);
boolean succeeded =
performSaveOperation(createSaveOperation(command),
progressMonitor);
if (succeeded) {