summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/FormattedString.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/FormattedString.idl')
-rw-r--r--offapi/com/sun/star/chart2/FormattedString.idl40
1 files changed, 0 insertions, 40 deletions
diff --git a/offapi/com/sun/star/chart2/FormattedString.idl b/offapi/com/sun/star/chart2/FormattedString.idl
deleted file mode 100644
index 1916425e5..000000000
--- a/offapi/com/sun/star/chart2/FormattedString.idl
+++ /dev/null
@@ -1,40 +0,0 @@
-#ifndef com_sun_star_chart_XFormattedString_idl
-#define com_sun_star_chart_XFormattedString_idl
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/PropertySet.idl>
-#include <com/sun/star/style/CharacterProperties.idl>
-#include <com/sun/star/style/CharacterPropertiesAsian.idl>
-#include <com/sun/star/style/CharacterPropertiesComplex.idl>
-#include <com/sun/star/chart2/XFormattedString.idl>
-
-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 XFormattedString;
-};
-
-} ; // chart2
-} ; // com
-} ; // sun
-} ; // star
-
-#endif