summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/CoordinateSystemType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/CoordinateSystemType.idl')
-rw-r--r--offapi/com/sun/star/chart2/CoordinateSystemType.idl36
1 files changed, 36 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/CoordinateSystemType.idl b/offapi/com/sun/star/chart2/CoordinateSystemType.idl
new file mode 100644
index 000000000000..faba718fe384
--- /dev/null
+++ b/offapi/com/sun/star/chart2/CoordinateSystemType.idl
@@ -0,0 +1,36 @@
+#ifndef com_sun_star_chart2_CoordinateSystemType_idl
+#define com_sun_star_chart2_CoordinateSystemType_idl
+
+// #ifndef com_sun_star_chart2_XCoordinateSystemType_idl
+// #include <com/sun/star/chart2/XCoordinateSystemType.idl>
+// #endif
+
+//=============================================================================
+
+module com { module sun { module star { module chart2 {
+
+//=============================================================================
+
+/**
+<p>
+The service CoordinateSystemType represents a special type of coordinate system.
+For example a 2 dimensional cartesian coordinate system is a CoordinateSystemType
+and different from for example a 3 dimensional spherical coordinate system.
+</p>
+<p>A CoordinateSystemType is a stateless service which has no owner and does not
+enable cyclic references, thus it's lifetime can be handled by reference or it
+may be implemented as a singleton.</p>
+*/
+
+service CoordinateSystemType
+{
+ /** required interface
+ */
+// interface ::com::sun::star::chart2::XCoordinateSystemType;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif