summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 11:14:34 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-20 14:14:04 +0200
commitdb6a9f71bc034b3a1e5905c58203aaa53d2d5291 (patch)
treef47c785a391f921ef397528a01df784a45e52398 /offapi
parenttdf#76649 Skip NaN initial values for min and max (diff)
downloadcore-db6a9f71bc034b3a1e5905c58203aaa53d2d5291.tar.gz
core-db6a9f71bc034b3a1e5905c58203aaa53d2d5291.zip
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 {