1#ifndef com_sun_star_chart2_XTarget_idl 2#define com_sun_star_chart2_XTarget_idl 3 4#ifndef __com_sun_star_uno_XInterface_idl__ 5#include <com/sun/star/uno/XInterface.idl> 6#endif 7 8// #ifndef __com_sun_star_drawing_XShapes_idl__ 9// #include <com/sun/star/drawing/XShapes.idl> 10// #endif 11 12//============================================================================= 13 14module com { module sun { module star { module chart2 { 15 16//============================================================================= 17 18//................... wrong --> XDrawGroup 19 20// [in] com::sun::star::drawing::XShapes xShapes 21 22interface XTarget : ::com::sun::star::uno::XInterface 23{ 24 void addDrawElement(); //(DrawElement); 25 26 //... provide something for creation of Transformation ... 27}; 28 29//============================================================================= 30 31}; }; }; }; 32 33#endif 34