summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/NumberFormatMapper.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/NumberFormatMapper.idl')
-rw-r--r--offapi/com/sun/star/i18n/NumberFormatMapper.idl7
1 files changed, 1 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/NumberFormatMapper.idl b/offapi/com/sun/star/i18n/NumberFormatMapper.idl
index c3ba5fa712a4..4e7325a84319 100644
--- a/offapi/com/sun/star/i18n/NumberFormatMapper.idl
+++ b/offapi/com/sun/star/i18n/NumberFormatMapper.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_i18n_NumberFormatMapper_idl__
#include <com/sun/star/i18n/XNumberFormatCode.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
module com { module sun { module star { module i18n {
@@ -31,11 +30,7 @@ module com { module sun { module star { module i18n {
number formatter
*/
-published service NumberFormatMapper
-{
- interface com::sun::star::i18n::XNumberFormatCode;
- interface com::sun::star::lang::XServiceInfo;
-};
+published service NumberFormatMapper : com::sun::star::i18n::XNumberFormatCode;
}; }; }; };
#endif