diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-06-05 14:35:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-06-05 14:39:45 +0200 |
commit | ed0646e52f971550e0df157297384d35c47926eb (patch) | |
tree | c759136715643da015c074a55c8fb179810f9149 /offapi/com/sun | |
parent | 65df76208a8ad5d7b6de22b7bcae14148271dc54 (diff) |
Fixes for new-style com.sun.star.chart2.FormattedString service
...changed from old-style with 5d1ad167294878789e644452f23ef883af93fe87
"fdo#46808 Convert chart2::FormattedString service to new style." The
CharacterProperties* services dropped there are property-only old-style
services, so only serve documentation purposes anyway. Ideally, the new-style
service would offer interface attributes for the relevant properties (and likely
not implement XPropertySet at all), but so be it for now...
Change-Id: I0dd0373cfd372f2320204eb953acce9a2b9e86d2
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/chart2/XFormattedString2.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/XFormattedString2.idl b/offapi/com/sun/star/chart2/XFormattedString2.idl index ea80fce260d7..c780dd9e2c06 100644 --- a/offapi/com/sun/star/chart2/XFormattedString2.idl +++ b/offapi/com/sun/star/chart2/XFormattedString2.idl @@ -35,6 +35,13 @@ module com { module sun { module star { module chart2 { */ interface XFormattedString2 { + /** Access to various character properties. + + Supports the properties of the + com::sun::star::style::CharacterProperties service, and also optionally + those of the com::sun::star::style::CharacterPropertiesAsian and + com::sun::star::style::CharacterPropertiesComplex services. + */ interface com::sun::star::beans::XPropertySet; interface com::sun::star::chart2::XFormattedString; |