merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / XTarget.idl
blob1e18166d35fbe328ea25f62438792cb0f3a825a5
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>
6 #endif
8 // #ifndef __com_sun_star_drawing_XShapes_idl__
9 // #include <com/sun/star/drawing/XShapes.idl>
10 // #endif
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 //=============================================================================
31 }; }; }; };
33 #endif