Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / chart2 / XTarget.idl
blobda6360240c51d7f9c187d556e7bc67d4ade7a1ec
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 ...
21 }; }; }; };
23 #endif
25 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */