From 9613165239ade3f0b4d3d06e238430aabc9fcff3 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Tue, 22 Sep 2020 13:23:00 +0200 Subject: WIN move dtrans code into vcl/win/dtrans There is nothing abstract about either the clipboard or data transfer code in that directory and it's just used on Windows. All other backends implement this code in VCL, so this moves almost all code, except for the common MimeContentTypeFactory, into the vcl Windows backend / vclplug_win. This also drops four DLLs: sysdtrans, dnd, dtrans and ftransl. Change-Id: I7018f50768bf221447b40487cc1f8a8586da33c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103209 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- dtrans/util/dnd.component | 30 ------------------------------ dtrans/util/ftransl.component | 26 -------------------------- dtrans/util/sysdtrans.component | 26 -------------------------- 3 files changed, 82 deletions(-) delete mode 100644 dtrans/util/dnd.component delete mode 100644 dtrans/util/ftransl.component delete mode 100644 dtrans/util/sysdtrans.component (limited to 'dtrans/util') diff --git a/dtrans/util/dnd.component b/dtrans/util/dnd.component deleted file mode 100644 index 8a3f5feebbb2..000000000000 --- a/dtrans/util/dnd.component +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - diff --git a/dtrans/util/ftransl.component b/dtrans/util/ftransl.component deleted file mode 100644 index e97a897f7437..000000000000 --- a/dtrans/util/ftransl.component +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - diff --git a/dtrans/util/sysdtrans.component b/dtrans/util/sysdtrans.component deleted file mode 100644 index 263b1417258e..000000000000 --- a/dtrans/util/sysdtrans.component +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - -- cgit