12 #include <com/sun/star/sheet/XSheetAnnotations.hpp>
13 #include <com/sun/star/sheet/XSheetAnnotationsSupplier.hpp>
14 #include <com/sun/star/uno/Reference.hxx>
21 void XSheetAnnotationsSupplier::testGetAnnotations()
23 uno::Reference<sheet::XSheetAnnotationsSupplier> xSupplier(
init(), UNO_QUERY_THROW);
25 uno::Reference<sheet::XSheetAnnotations> xAnnotations(xSupplier->getAnnotations(),
FILE * init(int, char **)