1#ifndef com_sun_star_chart_XFormattedString_idl 2#define com_sun_star_chart_XFormattedString_idl 3 4#ifndef __com_sun_star_uno_XInterface_idl__ 5#include <com/sun/star/uno/XInterface.idl> 6#endif 7 8#include <com/sun/star/chart2/XFormattedString.idl> 9 10module com 11{ 12module sun 13{ 14module star 15{ 16module chart2 17{ 18 19interface XFormattedString : ::com::sun::star::uno::XInterface 20{ 21 /** 22 */ 23 string getString(); 24 25 /** 26 */ 27 void setString( [in] string String ); 28}; 29 30} ; // chart2 31} ; // com 32} ; // sun 33} ; // star 34 35#endif 36