Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / chart2 / XFormattedString.idl
blob1ebbff44f0e414f84d78fc27c2427ec71a90bf6c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart_XFormattedString_idl
3 #define com_sun_star_chart_XFormattedString_idl
5 #include <com/sun/star/uno/XInterface.idl>
7 module com
9 module sun
11 module star
13 module chart2
16 interface XFormattedString : ::com::sun::star::uno::XInterface
18 /**
20 string getString();
22 /**
24 void setString( [in] string String );
27 } ; // chart2
28 } ; // com
29 } ; // sun
30 } ; // star
32 #endif
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */