1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart2_XTarget_idl
3 #define com_sun_star_chart2_XTarget_idl
5 #include
<com
/sun
/star
/uno
/XInterface.idl
>
8 module com
{ module sun
{ module star
{ module chart2
{
10 //................... wrong --> XDrawGroup
12 // [in] com::sun::star::drawing::XShapes xShapes
14 interface XTarget
: ::com
::sun
::star
::uno
::XInterface
16 void addDrawElement
(); //(DrawElement);
18 //... provide something for creation of Transformation ...
25 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */