summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 11:14:34 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-20 11:17:41 +0200
commit542d321e194a32bc4109f27fd7c51bfc0a92f558 (patch)
tree72b01e82b2ed04b721334bf123179d8af74a569a /offapi
parenta45cad345e917f6d43c26e4c682c6066c8e2b88a (diff)
XTransferable2 should be including XTransferable, not itself
Change-Id: I5790c949354434fc3661520c9038fd90e1b182f4 (cherry picked from commit 930c7fb43aa97d9e64769d5d04f3cda1d76f9cd4) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferable2.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/datatransfer/XTransferable2.idl b/offapi/com/sun/star/datatransfer/XTransferable2.idl
index 5ff7d58dc826..f792a969ded8 100644
--- a/offapi/com/sun/star/datatransfer/XTransferable2.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferable2.idl
@@ -8,7 +8,7 @@
#ifndef __com_sun_star_datatransfer_XTransferable2_idl__
#define __com_sun_star_datatransfer_XTransferable2_idl__
-#include <com/sun/star/datatransfer/XTransferable2.idl>
+#include <com/sun/star/datatransfer/XTransferable.idl>
module com { module sun { module star { module datatransfer {