diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-02-08 16:12:56 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-02-08 16:12:56 +0000 |
commit | 26e9d31731951d2734b23df3244f5e274897ef7d (patch) | |
tree | 4beac58b3d1e3497a6455b140ba98276e8458afd /dtrans/test/win32/dnd/dndTest.cxx | |
parent | 8d1fd4c7d1f4619b356606ac29c136fb129272b6 (diff) |
*** empty log message ***
Diffstat (limited to 'dtrans/test/win32/dnd/dndTest.cxx')
-rw-r--r-- | dtrans/test/win32/dnd/dndTest.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dtrans/test/win32/dnd/dndTest.cxx b/dtrans/test/win32/dnd/dndTest.cxx index 4c373d65dd42..075d00ff3fdf 100644 --- a/dtrans/test/win32/dnd/dndTest.cxx +++ b/dtrans/test/win32/dnd/dndTest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dndTest.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jl $ $Date: 2001-02-08 15:09:35 $ + * last change: $Author: jl $ $Date: 2001-02-08 17:12:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,7 @@ CComModule _Module; #include <com/sun/star/lang/XComponent.hpp> #include <rtl/process.h> #include "transferable.hxx" +#include "sourcelistener.hxx" #include "atlwindow.hxx" @@ -161,7 +162,8 @@ DWORD WINAPI MTAFunc(LPVOID pParams) 0, 0, data.transferable, - Reference<XDragSourceListener>()); + Reference<XDragSourceListener>( static_cast<XDragSourceListener*> + ( new DragSourceListener()))); CoUninitialize(); |