diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-08 15:53:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-09 07:48:18 +0000 |
commit | 389999abdb2d35f8641a6ff2e8984887166d39e2 (patch) | |
tree | 746ae9503700b07bb84938c8899a24aeb8b8fcd8 /include/svtools | |
parent | 57998f642de65bdcb72742abd8ab94a26840a31d (diff) |
make comphelper::containerToSequence a little smarter
So we don't have to specify the source and destination type as often.
Change-Id: Id9e286417a1cb246d163cbc3c536b231a4a92624
Reviewed-on: https://gerrit.libreoffice.org/30700
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/transfer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx index 2eb31595afe1..9213e6754db1 100644 --- a/include/svtools/transfer.hxx +++ b/include/svtools/transfer.hxx @@ -26,6 +26,7 @@ #include <tools/link.hxx> #include <tools/ref.hxx> #include <sot/formats.hxx> +#include <sot/exchange.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase4.hxx> #include <com/sun/star/frame/XTerminateListener.hpp> @@ -51,7 +52,6 @@ class INetBookmark; class INetImage; class FileList; class SotStorageStream; -struct DataFlavorExVector; namespace vcl { class Window; } // Drag&Drop defines |