summaryrefslogtreecommitdiff
path: root/dtrans/test
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-11-20 07:53:11 -0800
committerJoseph Powers <jpowers27@cox.net>2011-11-20 09:22:03 -0800
commit13f1110f6e990c4304cbc84b258f07244c05a5d2 (patch)
tree32197ad06f8a7f656959925aa9fb47cf6fbaee67 /dtrans/test
parent2235ffd1e81d2096f62ec2b6461675ea26420658 (diff)
Removing the empty pch file from dtrans
Diffstat (limited to 'dtrans/test')
-rw-r--r--dtrans/test/win32/dnd/atlwindow.cxx3
-rw-r--r--dtrans/test/win32/dnd/dndTest.cxx3
-rw-r--r--dtrans/test/win32/dnd/sourcelistener.cxx7
-rw-r--r--dtrans/test/win32/dnd/targetlistener.cxx3
-rw-r--r--dtrans/test/win32/dnd/transferable.cxx4
5 files changed, 0 insertions, 20 deletions
diff --git a/dtrans/test/win32/dnd/atlwindow.cxx b/dtrans/test/win32/dnd/atlwindow.cxx
index 2295a7ddf2e5..79e182b4bafb 100644
--- a/dtrans/test/win32/dnd/atlwindow.cxx
+++ b/dtrans/test/win32/dnd/atlwindow.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dtrans.hxx"
-
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
diff --git a/dtrans/test/win32/dnd/dndTest.cxx b/dtrans/test/win32/dnd/dndTest.cxx
index 511a66cdf8a5..8c26e39dd847 100644
--- a/dtrans/test/win32/dnd/dndTest.cxx
+++ b/dtrans/test/win32/dnd/dndTest.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dtrans.hxx"
-
#if defined _MSC_VER
#pragma warning(push,1)
#endif
diff --git a/dtrans/test/win32/dnd/sourcelistener.cxx b/dtrans/test/win32/dnd/sourcelistener.cxx
index a3a0a6f441bd..ba622a00faf7 100644
--- a/dtrans/test/win32/dnd/sourcelistener.cxx
+++ b/dtrans/test/win32/dnd/sourcelistener.cxx
@@ -26,15 +26,8 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dtrans.hxx"
-
-
-
#include "sourcelistener.hxx"
-
-
DragSourceListener::DragSourceListener()
{
}
diff --git a/dtrans/test/win32/dnd/targetlistener.cxx b/dtrans/test/win32/dnd/targetlistener.cxx
index 1a1339833cc1..2a24c179d9ac 100644
--- a/dtrans/test/win32/dnd/targetlistener.cxx
+++ b/dtrans/test/win32/dnd/targetlistener.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dtrans.hxx"
-
#include "targetlistener.hxx"
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
diff --git a/dtrans/test/win32/dnd/transferable.cxx b/dtrans/test/win32/dnd/transferable.cxx
index c20514f93b4b..856061492131 100644
--- a/dtrans/test/win32/dnd/transferable.cxx
+++ b/dtrans/test/win32/dnd/transferable.cxx
@@ -26,16 +26,12 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dtrans.hxx"
#include "transferable.hxx"
//----------------------------------------------------------------
// ctor
//----------------------------------------------------------------
-
-
CTransferable::CTransferable( wchar_t* dataString ) :
m_seqDFlv( 1 ),
m_Data( dataString )