merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / XFormattedString.idl
blob28321493abf2eaeb60ff1687c8da396c711ca3c2
1 #ifndef com_sun_star_chart_XFormattedString_idl
2 #define com_sun_star_chart_XFormattedString_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 #include <com/sun/star/chart2/XFormattedString.idl>
10 module com
12 module sun
14 module star
16 module chart2
19 interface XFormattedString : ::com::sun::star::uno::XInterface
21 /**
23 string getString();
25 /**
27 void setString( [in] string String );
30 } ; // chart2
31 } ; // com
32 } ; // sun
33 } ; // star
35 #endif