summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/NumberFormatMapper.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-21 07:39:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-23 09:58:25 +0200
commit8b34ad6204ee35b7dca10d2b1c9761dfa72684a7 (patch)
tree519eaab89d1fba3788a990ab15034ca9987a042d /offapi/com/sun/star/i18n/NumberFormatMapper.idl
parent3d7927152169474c3c73ac36d5d79008fe6bab3e (diff)
fdo#46808, Remove unnecessary XServiceInfo lines in UNO IDL
XServiceInfo does not need to be declared as a supported sub-interface for services, it is always implicitly there. Also, for those services that now only contain one interface, convert them to new-style service IDL declarations. Change-Id: I325c27f287a02de6bdfc8bb6e5bf6c2a4ae0a753 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
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