Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / chart2 / FormattedString.idl
blob80249e58c55a9d6536505efaef436dc6a4e6e5fc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart_FormattedString_idl
3 #define com_sun_star_chart_FormattedString_idl
5 #include <com/sun/star/beans/PropertySet.idl>
6 #include <com/sun/star/style/CharacterProperties.idl>
7 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
8 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
9 #include <com/sun/star/chart2/XFormattedString.idl>
11 module com
13 module sun
15 module star
17 module chart2
20 service FormattedString
22 /**
24 service com::sun::star::beans::PropertySet;
26 service ::com::sun::star::style::CharacterProperties;
27 [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
28 [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
30 /**
32 interface ::com::sun::star::chart2::XFormattedString;
35 } ; // chart2
36 } ; // com
37 } ; // sun
38 } ; // star
40 #endif
42 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */