summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-07 23:56:42 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-10-07 20:49:14 -0400
commit5ba8a3f904a9d96107ad97b33d4764296bd18690 (patch)
tree6fc1f8d66487ca06bc25e4f8628c77bf00aab282 /dtrans
parenta80c69688f4c1d2f42861747b9628d1dc03870ee (diff)
Remove redundant #include directives & comments
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/test/test_dtrans.cxx4
-rw-r--r--dtrans/test/win32/dnd/atlwindow.cxx1
-rw-r--r--dtrans/test/win32/dnd/dndTest.cxx2
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx11
4 files changed, 0 insertions, 18 deletions
diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx
index 41d5bfb4f32f..f9944b7db5d3 100644
--- a/dtrans/source/test/test_dtrans.cxx
+++ b/dtrans/source/test/test_dtrans.cxx
@@ -54,10 +54,6 @@
#include <stdio.h>
#include <string.h>
-//#include <memory>
-
-//#include <process.h>
-
//------------------------------------------------------------------------
// my defines
//------------------------------------------------------------------------
diff --git a/dtrans/test/win32/dnd/atlwindow.cxx b/dtrans/test/win32/dnd/atlwindow.cxx
index 2ed1b1b956bb..fd85ffa804a5 100644
--- a/dtrans/test/win32/dnd/atlwindow.cxx
+++ b/dtrans/test/win32/dnd/atlwindow.cxx
@@ -40,7 +40,6 @@
#include "atlwindow.hxx"
#include "targetlistener.hxx"
#include "sourcelistener.hxx"
-//#include "transferable.hxx"
#include <map>
#include <winbase.h>
diff --git a/dtrans/test/win32/dnd/dndTest.cxx b/dtrans/test/win32/dnd/dndTest.cxx
index e1a96598da62..77dae4f9e076 100644
--- a/dtrans/test/win32/dnd/dndTest.cxx
+++ b/dtrans/test/win32/dnd/dndTest.cxx
@@ -50,10 +50,8 @@ CComModule _Module;
#include <com/sun/star/lang/XComponent.hpp>
#include <rtl/process.h>
#include <cppuhelper/servicefactory.hxx>
-//#include "transferable.hxx"
#include "sourcelistener.hxx"
-
#include "atlwindow.hxx"
BEGIN_OBJECT_MAP(ObjectMap)
END_OBJECT_MAP()
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx
index a9509f497ab1..f7d891799122 100644
--- a/dtrans/test/win32/dnd/transferable.hxx
+++ b/dtrans/test/win32/dnd/transferable.hxx
@@ -27,17 +27,6 @@
#ifndef _TRANSFERABLE_HXX_
#define _TRANSFERABLE_HXX_
-//_________________________________________________________________________________________________________________________
-// interface includes
-//_________________________________________________________________________________________________________________________
-
-
-//#include "..\ImplHelper.hxx"
-
-//_________________________________________________________________________________________________________________________
-// other includes
-//_________________________________________________________________________________________________________________________
-
#include <cppuhelper/servicefactory.hxx>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>