summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
-rw-r--r--offapi/com/sun/star/datatransfer/DataFormatTranslator.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl5
9 files changed, 0 insertions, 45 deletions
diff --git a/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl b/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl
index 2864453a8fc2..f8c174767698 100644
--- a/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl
+++ b/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl
@@ -20,7 +20,6 @@
#ifndef __com_sun_star_datatransfer_DataFormatTranslator_idl__
#define __com_sun_star_datatransfer_DataFormatTranslator_idl__
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -45,10 +44,6 @@ published service DataFormatTranslator
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl b/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
index 9d8b41679b12..0e7934091e9b 100644
--- a/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
+++ b/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_datatransfer_MimeContentType_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -50,10 +49,6 @@ published service MimeContentTypeFactory
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl b/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
index 4b5562594162..7e9a5289ce5e 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_datatransfer_clipboard_ClipboardManager_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -47,10 +46,6 @@ published service ClipboardManager
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
index da5bc7d415bc..6f46b34f776d 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_datatransfer_clipboard_GenericClipboard_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -54,10 +53,6 @@ published service GenericClipboard
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
index d5d2f083574f..c34181ceb3d7 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_datatransfer_clipboard_SystemClipboard_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
#include <com/sun/star/lang/XInitialization.idl>
@@ -71,10 +70,6 @@ published service SystemClipboard
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
index c9fc1d93da0b..a51f8102dc85 100644
--- a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
@@ -30,7 +30,6 @@
#define __com_sun_star_datatransfer_dnd_OleDragSource_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -70,10 +69,6 @@ published service OleDragSource
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl b/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl
index c21f55d36132..e1e1a27d9c8f 100644
--- a/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl
@@ -30,7 +30,6 @@
#define __com_sun_star_datatransfer_dnd_OleDropTarget_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -62,10 +61,6 @@ published service OleDropTarget
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl b/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
index 4d576b8896ce..c987b479f717 100644
--- a/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_datatransfer_dnd_X11DragSource_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -56,10 +55,6 @@ published service X11DragSource
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};
diff --git a/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl b/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
index 0a79343b6797..624afdc6b4b4 100644
--- a/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
@@ -21,7 +21,6 @@
#define __com_sun_star_datatransfer_dnd_X11DropTarget_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
@@ -59,10 +58,6 @@ published service X11DropTarget
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};