summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-28 16:17:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-03 15:55:05 +0200
commit7a2ef79376c306c457f98f8574d13c7fa7f92dda (patch)
tree9392ee4d7cf0fe48fee3a6595dd0460c96ba6319 /offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
parentd110a0125251119d71f466b62b5250eae4be5f88 (diff)
Remove unnecessary XTypeProvider from IDL
XTypeProvider does not need to be explicitly declared in interface or service definitions, it is handling automagically by the cppuhelpers. Along the way, convert service definitions that now only have one interface into new-style UNO service definitions. Change-Id: Id1706b5afdc2c49f89c583eef8cf0a8a0721713f
Diffstat (limited to 'offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
index 6f46b34f776d..880b30a03743 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
@@ -22,7 +22,6 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/lang/XTypeProvider.idl>
module com { module sun { module star { module datatransfer { module clipboard {
@@ -50,10 +49,6 @@ published service GenericClipboard
/** For shutdown and listener support.
*/
interface com::sun::star::lang::XComponent;
-
- /** Service should always support this interface.
- */
- interface com::sun::star::lang::XTypeProvider;
};