diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-11-20 07:53:11 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-11-20 09:22:03 -0800 |
commit | 13f1110f6e990c4304cbc84b258f07244c05a5d2 (patch) | |
tree | 32197ad06f8a7f656959925aa9fb47cf6fbaee67 /dtrans/test | |
parent | 2235ffd1e81d2096f62ec2b6461675ea26420658 (diff) |
Removing the empty pch file from dtrans
Diffstat (limited to 'dtrans/test')
-rw-r--r-- | dtrans/test/win32/dnd/atlwindow.cxx | 3 | ||||
-rw-r--r-- | dtrans/test/win32/dnd/dndTest.cxx | 3 | ||||
-rw-r--r-- | dtrans/test/win32/dnd/sourcelistener.cxx | 7 | ||||
-rw-r--r-- | dtrans/test/win32/dnd/targetlistener.cxx | 3 | ||||
-rw-r--r-- | dtrans/test/win32/dnd/transferable.cxx | 4 |
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 ) |