summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XTarget.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XTarget.idl')
-rw-r--r--offapi/com/sun/star/chart2/XTarget.idl33
1 files changed, 33 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/XTarget.idl b/offapi/com/sun/star/chart2/XTarget.idl
new file mode 100644
index 000000000000..1e18166d35fb
--- /dev/null
+++ b/offapi/com/sun/star/chart2/XTarget.idl
@@ -0,0 +1,33 @@
+#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
+
+// #ifndef __com_sun_star_drawing_XShapes_idl__
+// #include <com/sun/star/drawing/XShapes.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