summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XTarget.idl
blob: e41afe75fe506ee57fd758379fce3ca66d5d25d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef com_sun_star_chart2_XTarget_idl
#define com_sun_star_chart2_XTarget_idl

#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif


module com {  module sun {  module star {  module chart2 {

//................... wrong --> XDrawGroup

// [in] com::sun::star::drawing::XShapes xShapes

interface XTarget : ::com::sun::star::uno::XInterface
{
    void addDrawElement(); //(DrawElement);

    //... provide something for creation of Transformation ...
};

}; }; }; };

#endif