#ifndef com_sun_star_chart2_CoordinateSystemType_idl #define com_sun_star_chart2_CoordinateSystemType_idl // #ifndef com_sun_star_chart2_XCoordinateSystemType_idl // #include // #endif //============================================================================= module com { module sun { module star { module chart2 { //============================================================================= /**

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.

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.

*/ service CoordinateSystemType { /** required interface */ // interface ::com::sun::star::chart2::XCoordinateSystemType; }; //============================================================================= }; }; }; }; #endif