"Error getting test object from spreadsheet document",e) ;
}
XSheetAnnotationAnchor oAnnoA = (XSheetAnnotationAnchor)
UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, oCell);
XSheetAnnotation oAnno = oAnnoA.getAnnotation();
XSimpleText sText = ((XSimpleText)
UnoRuntime.queryInterface(XSimpleText.class, oAnno));
sText.setString("ScAnnotationsObj");
XSheetAnnotationsSupplier supp = (XSheetAnnotationsSupplier)