summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/misc/ImplHelper.cxx6
-rw-r--r--dtrans/source/win32/misc/ImplHelper.hxx8
2 files changed, 6 insertions, 8 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx
index 6c51ad4e7c71..25ded299d481 100644
--- a/dtrans/source/win32/misc/ImplHelper.cxx
+++ b/dtrans/source/win32/misc/ImplHelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImplHelper.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tra $ $Date: 2001-04-11 07:03:29 $
+ * last change: $Author: tra $ $Date: 2001-05-10 09:43:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,8 +96,6 @@
// namespace directives
//------------------------------------------------------------------------
-using ::com::sun::star::datatransfer::DataFlavor;
-using ::com::sun::star::uno::Sequence;
using ::rtl::OUString;
using ::rtl::OString;
diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx
index f3226eaed2ee..a785fe293326 100644
--- a/dtrans/source/win32/misc/ImplHelper.hxx
+++ b/dtrans/source/win32/misc/ImplHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImplHelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tra $ $Date: 2001-03-09 08:48:25 $
+ * last change: $Author: tra $ $Date: 2001-05-10 09:43:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,8 @@
#include <sal/types.h>
#endif
-#ifndef _COM_SUN_STAR_DATATRANSFER_XTRANSFERABLE_HPP_
-#include <com/sun/star/datatransfer/XTransferable.hpp>
+#ifndef _RTL_USTRING_
+#include <rtl/ustring>
#endif
#include <windows.h>