/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef com_sun_star_chart_FormattedString_idl #define com_sun_star_chart_FormattedString_idl #include #include #include #include #include module com { module sun { module star { module chart2 { service FormattedString { /** */ service com::sun::star::beans::PropertySet; service ::com::sun::star::style::CharacterProperties; [optional] service ::com::sun::star::style::CharacterPropertiesAsian; [optional] service ::com::sun::star::style::CharacterPropertiesComplex; /** */ interface ::com::sun::star::chart2::XFormattedString; }; } ; // chart2 } ; // com } ; // sun } ; // star #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */