merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart / XSecondAxisTitleSupplier.idl
blobfcd347eeed47e93a502a4c4c0a4d4a449f188b29
1 #ifndef __com_sun_star_chart_XSecondAxisTitleSupplier_idl__
2 #define __com_sun_star_chart_XSecondAxisTitleSupplier_idl__
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 #ifndef __com_sun_star_drawing_XShape_idl__
9 #include <com/sun/star/drawing/XShape.idl>
10 #endif
13 module com { module sun { module star { module chart {
15 interface XSecondAxisTitleSupplier: com::sun::star::uno::XInterface
17 com::sun::star::drawing::XShape getSecondXAxisTitle();
19 com::sun::star::drawing::XShape getSecondYAxisTitle();
22 }; }; }; };
24 #endif