}
case OO_WRITER:
case OO_IMPRESS:
case OO_CALC:
case OO_DRAW: {
OoToText op = new OoToText(currentFi, ds.ooTextFile, ds.ooMetaTextFile);
op.parse();
author = getTagText("creator", ds.ooMetaTextFile);
keyWords = Utils.nonTagText(getTagText("keywords", ds.ooMetaTextFile));
removeAllTags(ds.ooTextFile, ds.ooTextOnlyFile);
curSummary = getTextSummary(ds.ooTextOnlyFile);