1 #ifndef com_sun_star_chart2_XTarget_idl
2 #define com_sun_star_chart2_XTarget_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include
<com
/sun
/star
/uno
/XInterface.idl
>
8 // #ifndef __com_sun_star_drawing_XShapes_idl__
9 // #include <com/sun/star/drawing/XShapes.idl>
12 //=============================================================================
14 module com
{ module sun
{ module star
{ module chart2
{
16 //=============================================================================
18 //................... wrong --> XDrawGroup
20 // [in] com::sun::star::drawing::XShapes xShapes
22 interface XTarget
: ::com
::sun
::star
::uno
::XInterface
24 void addDrawElement
(); //(DrawElement);
26 //... provide something for creation of Transformation ...
29 //=============================================================================