summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 12:54:57 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 12:54:57 -0600
commitd724b4dda10cc886fd2b51d14d4b8cc0748f5489 (patch)
treedcc0cc16a1a697c80225684f043a92e22fbb6a94 /automation
parente6e29733ed6d8b0d164f9f130e1be0d2289dd341 (diff)
remove of pch header in automation
Diffstat (limited to 'automation')
-rw-r--r--automation/inc/pch/precompiled_automation.cxx1
-rw-r--r--automation/inc/pch/precompiled_automation.hxx1
-rw-r--r--automation/source/app/testbasi.cxx2
-rw-r--r--automation/source/communi/communi.cxx2
-rw-r--r--automation/source/miniapp/editwin.cxx2
-rw-r--r--automation/source/miniapp/servres.cxx2
-rw-r--r--automation/source/miniapp/testapp.cxx2
-rw-r--r--automation/source/server/XMLParser.cxx2
-rw-r--r--automation/source/server/cmdbasestream.cxx2
-rw-r--r--automation/source/server/editwin.cxx2
-rw-r--r--automation/source/server/prof_nul.cxx2
-rw-r--r--automation/source/server/prof_usl.cxx2
-rw-r--r--automation/source/server/profiler.cxx2
-rw-r--r--automation/source/server/recorder.cxx2
-rw-r--r--automation/source/server/retstrm.cxx2
-rw-r--r--automation/source/server/scmdstrm.cxx2
-rw-r--r--automation/source/server/server.cxx2
-rw-r--r--automation/source/server/sta_list.cxx2
-rw-r--r--automation/source/server/statemnt.cxx2
-rw-r--r--automation/source/server/svcommstream.cxx2
-rw-r--r--automation/source/simplecm/packethandler.cxx2
-rw-r--r--automation/source/simplecm/simplecm.cxx2
-rw-r--r--automation/source/simplecm/tcpio.cxx2
-rw-r--r--automation/source/testtool/cmdstrm.cxx2
-rw-r--r--automation/source/testtool/comm_bas.cxx2
-rw-r--r--automation/source/testtool/cretstrm.cxx2
-rw-r--r--automation/source/testtool/httprequest.cxx2
-rw-r--r--automation/source/testtool/objtest.cxx2
-rw-r--r--automation/source/testtool/registry_win.cxx2
-rw-r--r--automation/source/testtool/sysdir_win.cxx2
-rw-r--r--automation/source/testtool/tcommuni.cxx2
31 files changed, 0 insertions, 60 deletions
diff --git a/automation/inc/pch/precompiled_automation.cxx b/automation/inc/pch/precompiled_automation.cxx
index e07b325283d8..e5a2f60de99b 100644
--- a/automation/inc/pch/precompiled_automation.cxx
+++ b/automation/inc/pch/precompiled_automation.cxx
@@ -26,6 +26,5 @@
*
************************************************************************/
-#include "precompiled_automation.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/automation/inc/pch/precompiled_automation.hxx b/automation/inc/pch/precompiled_automation.hxx
index 05a8e8250f74..1f2bf34bf349 100644
--- a/automation/inc/pch/precompiled_automation.hxx
+++ b/automation/inc/pch/precompiled_automation.hxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:30.061723
#ifdef PRECOMPILED_HEADERS
#endif
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx
index c7a28d6c961b..976d805cd469 100644
--- a/automation/source/app/testbasi.cxx
+++ b/automation/source/app/testbasi.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <basic/sbx.hxx>
#include <basic/ttstrhlp.hxx>
diff --git a/automation/source/communi/communi.cxx b/automation/source/communi/communi.cxx
index d8fe49f4fe2d..802c07f3a9c0 100644
--- a/automation/source/communi/communi.cxx
+++ b/automation/source/communi/communi.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <stdio.h>
#if OSL_DEBUG_LEVEL > 1
#define DEBUGPRINTF(x) { printf(x); fflush( stdout ); }
diff --git a/automation/source/miniapp/editwin.cxx b/automation/source/miniapp/editwin.cxx
index e0b3ee023dd4..1e810f5a31ce 100644
--- a/automation/source/miniapp/editwin.cxx
+++ b/automation/source/miniapp/editwin.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "editwin.hxx"
#include <tools/stream.hxx>
diff --git a/automation/source/miniapp/servres.cxx b/automation/source/miniapp/servres.cxx
index cedbffec8b5d..8ef241083734 100644
--- a/automation/source/miniapp/servres.cxx
+++ b/automation/source/miniapp/servres.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <string.h>
#include "servres.hrc"
diff --git a/automation/source/miniapp/testapp.cxx b/automation/source/miniapp/testapp.cxx
index bb44281b088a..d13eddff0d19 100644
--- a/automation/source/miniapp/testapp.cxx
+++ b/automation/source/miniapp/testapp.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <svtools/filedlg.hxx>
#include <stdio.h>
#include <vcl/msgbox.hxx>
diff --git a/automation/source/server/XMLParser.cxx b/automation/source/server/XMLParser.cxx
index 7768775bba44..308f7c4c56d0 100644
--- a/automation/source/server/XMLParser.cxx
+++ b/automation/source/server/XMLParser.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <tools/stream.hxx>
#include "statemnt.hxx"
#include "rcontrol.hxx"
diff --git a/automation/source/server/cmdbasestream.cxx b/automation/source/server/cmdbasestream.cxx
index 74794aca0f26..8586b4688910 100644
--- a/automation/source/server/cmdbasestream.cxx
+++ b/automation/source/server/cmdbasestream.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
/*************************************************************************
*
diff --git a/automation/source/server/editwin.cxx b/automation/source/server/editwin.cxx
index c9d259608661..b46cc8c5db9f 100644
--- a/automation/source/server/editwin.cxx
+++ b/automation/source/server/editwin.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#if OSL_DEBUG_LEVEL > 1
#include <vcl/svapp.hxx>
diff --git a/automation/source/server/prof_nul.cxx b/automation/source/server/prof_nul.cxx
index 58586ebf1948..aa985a062473 100644
--- a/automation/source/server/prof_nul.cxx
+++ b/automation/source/server/prof_nul.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "profiler.hxx"
diff --git a/automation/source/server/prof_usl.cxx b/automation/source/server/prof_usl.cxx
index d0b406005eca..becf8b2925d0 100644
--- a/automation/source/server/prof_usl.cxx
+++ b/automation/source/server/prof_usl.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <procfs.h>
diff --git a/automation/source/server/profiler.cxx b/automation/source/server/profiler.cxx
index 2520a1fa4e05..a7dc2eb3548a 100644
--- a/automation/source/server/profiler.cxx
+++ b/automation/source/server/profiler.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <tools/time.hxx>
diff --git a/automation/source/server/recorder.cxx b/automation/source/server/recorder.cxx
index 6b28c846c6fc..679e6e26bcbf 100644
--- a/automation/source/server/recorder.cxx
+++ b/automation/source/server/recorder.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <osl/mutex.hxx>
#include <vcl/window.hxx>
diff --git a/automation/source/server/retstrm.cxx b/automation/source/server/retstrm.cxx
index 21b9ad1f8bc0..0ed77e9a26eb 100644
--- a/automation/source/server/retstrm.cxx
+++ b/automation/source/server/retstrm.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <tools/stream.hxx>
#include <basic/ttstrhlp.hxx>
diff --git a/automation/source/server/scmdstrm.cxx b/automation/source/server/scmdstrm.cxx
index 65bc818d8b15..e96b552999f6 100644
--- a/automation/source/server/scmdstrm.cxx
+++ b/automation/source/server/scmdstrm.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <svl/eitem.hxx>
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index 5f4968aa6c8c..46b25b0a7c66 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
// do not use Application Idle but AutoTimer instead
#define TIMERIDLE
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx
index f9f8e068eab9..36031635c8cd 100644
--- a/automation/source/server/sta_list.cxx
+++ b/automation/source/server/sta_list.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <tools/time.hxx>
#include <vcl/splitwin.hxx>
#include <vcl/wrkwin.hxx>
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx
index 882351e68502..310afe866b84 100644
--- a/automation/source/server/statemnt.cxx
+++ b/automation/source/server/statemnt.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <com/sun/star/frame/XFramesSupplier.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
diff --git a/automation/source/server/svcommstream.cxx b/automation/source/server/svcommstream.cxx
index c9537d1e79b3..bf53122342c6 100644
--- a/automation/source/server/svcommstream.cxx
+++ b/automation/source/server/svcommstream.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "svcommstream.hxx"
diff --git a/automation/source/simplecm/packethandler.cxx b/automation/source/simplecm/packethandler.cxx
index d6ba5b369fa0..c4233b2d8a60 100644
--- a/automation/source/simplecm/packethandler.cxx
+++ b/automation/source/simplecm/packethandler.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
/*************************************************************************
*
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx
index ba9b7990b49a..fd2c9d04d7a2 100644
--- a/automation/source/simplecm/simplecm.cxx
+++ b/automation/source/simplecm/simplecm.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <tools/solar.h>
#include <automation/simplecm.hxx>
diff --git a/automation/source/simplecm/tcpio.cxx b/automation/source/simplecm/tcpio.cxx
index 9c0bc2185704..098be2482da8 100644
--- a/automation/source/simplecm/tcpio.cxx
+++ b/automation/source/simplecm/tcpio.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "tcpio.hxx"
diff --git a/automation/source/testtool/cmdstrm.cxx b/automation/source/testtool/cmdstrm.cxx
index 6aba838090c9..e51d63d6ce12 100644
--- a/automation/source/testtool/cmdstrm.cxx
+++ b/automation/source/testtool/cmdstrm.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <vcl/keycod.hxx>
#include <basic/sbx.hxx>
#include <tools/stream.hxx>
diff --git a/automation/source/testtool/comm_bas.cxx b/automation/source/testtool/comm_bas.cxx
index 5c75d1bf73b9..ef011a793d44 100644
--- a/automation/source/testtool/comm_bas.cxx
+++ b/automation/source/testtool/comm_bas.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "comm_bas.hxx"
#include <tools/errcode.hxx>
diff --git a/automation/source/testtool/cretstrm.cxx b/automation/source/testtool/cretstrm.cxx
index a768d51af4ae..64e217cedcee 100644
--- a/automation/source/testtool/cretstrm.cxx
+++ b/automation/source/testtool/cretstrm.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "cretstrm.hxx"
#include <tools/debug.hxx>
#include "rcontrol.hxx"
diff --git a/automation/source/testtool/httprequest.cxx b/automation/source/testtool/httprequest.cxx
index 1ff53ad2e625..e52be94ff6c9 100644
--- a/automation/source/testtool/httprequest.cxx
+++ b/automation/source/testtool/httprequest.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <stdio.h>
#include "httprequest.hxx"
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index 7da2f47d2808..04d6799209b5 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include "sysdir_win.hxx"
#include "registry_win.hxx"
diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx
index 1c415c6f1115..ea2b27ac8320 100644
--- a/automation/source/testtool/registry_win.cxx
+++ b/automation/source/testtool/registry_win.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
////////////////////////////////////////////////////////////////////////////
////
diff --git a/automation/source/testtool/sysdir_win.cxx b/automation/source/testtool/sysdir_win.cxx
index 1ec4ebe02a50..b8ecb8752929 100644
--- a/automation/source/testtool/sysdir_win.cxx
+++ b/automation/source/testtool/sysdir_win.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
////////////////////////////////////////////////////////////////////////////
////
diff --git a/automation/source/testtool/tcommuni.cxx b/automation/source/testtool/tcommuni.cxx
index 7a2fcf32e14e..7cc85bfed891 100644
--- a/automation/source/testtool/tcommuni.cxx
+++ b/automation/source/testtool/tcommuni.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <tools/config.hxx>