From 5f7649aead657078cd41eb0767b7ca8bb6676250 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:25:56 -0600 Subject: remove include of pch header from tools --- tools/bootstrp/addexes/replace.cxx | 2 -- tools/bootstrp/cppdep.cxx | 2 -- tools/bootstrp/md5.cxx | 2 -- tools/bootstrp/mkunroll/mkunroll.cxx | 2 -- tools/bootstrp/prj.cxx | 2 -- tools/bootstrp/rscdep.cxx | 2 -- tools/bootstrp/so_checksum.cxx | 2 -- tools/inc/pch/precompiled_tools.cxx | 1 - tools/inc/pch/precompiled_tools.hxx | 1 - tools/qa/cppunit/test_pathutils.cxx | 1 - tools/qa/cppunit/test_reversemap.cxx | 1 - tools/qa/cppunit/test_stream.cxx | 1 - tools/source/datetime/datetime.cxx | 2 -- tools/source/datetime/tdate.cxx | 2 -- tools/source/datetime/ttime.cxx | 2 -- tools/source/debug/debug.cxx | 2 -- tools/source/debug/stcktree.cxx | 2 -- tools/source/fsys/comdep.cxx | 2 -- tools/source/fsys/dirent.cxx | 2 -- tools/source/fsys/filecopy.cxx | 2 -- tools/source/fsys/fstat.cxx | 2 -- tools/source/fsys/tdir.cxx | 2 -- tools/source/fsys/tempfile.cxx | 2 -- tools/source/fsys/unx.cxx | 2 -- tools/source/fsys/urlobj.cxx | 2 -- tools/source/fsys/wldcrd.cxx | 2 -- tools/source/fsys/wntmsc.cxx | 2 -- tools/source/generic/b3dtrans.cxx | 2 -- tools/source/generic/bigint.cxx | 2 -- tools/source/generic/color.cxx | 2 -- tools/source/generic/config.cxx | 2 -- tools/source/generic/fract.cxx | 2 -- tools/source/generic/gen.cxx | 2 -- tools/source/generic/line.cxx | 2 -- tools/source/generic/link.cxx | 2 -- tools/source/generic/poly.cxx | 2 -- tools/source/generic/poly2.cxx | 2 -- tools/source/generic/svborder.cxx | 2 -- tools/source/generic/svlibrary.cxx | 2 -- tools/source/generic/toolsin.cxx | 2 -- tools/source/inet/inetmime.cxx | 2 -- tools/source/inet/inetmsg.cxx | 2 -- tools/source/inet/inetstrm.cxx | 2 -- tools/source/memtools/contnr.cxx | 2 -- tools/source/memtools/mempool.cxx | 2 -- tools/source/memtools/multisel.cxx | 2 -- tools/source/memtools/table.cxx | 2 -- tools/source/memtools/unqidx.cxx | 2 -- tools/source/misc/appendunixshellword.cxx | 1 - tools/source/misc/extendapplicationenvironment.cxx | 1 - tools/source/misc/getprocessworkingdir.cxx | 1 - tools/source/misc/solarmutex.cxx | 2 -- tools/source/rc/isofallback.cxx | 2 -- tools/source/rc/rc.cxx | 2 -- tools/source/rc/resary.cxx | 2 -- tools/source/rc/resmgr.cxx | 2 -- tools/source/ref/errinf.cxx | 2 -- tools/source/ref/globname.cxx | 2 -- tools/source/ref/pstm.cxx | 2 -- tools/source/ref/ref.cxx | 2 -- tools/source/stream/cachestr.cxx | 2 -- tools/source/stream/stream.cxx | 2 -- tools/source/stream/strmsys.cxx | 2 -- tools/source/stream/strmunx.cxx | 1 - tools/source/stream/strmwnt.cxx | 1 - tools/source/stream/vcompat.cxx | 2 -- tools/source/string/reversemap.cxx | 2 -- tools/source/string/strascii.cxx | 1 - tools/source/string/strcvt.cxx | 1 - tools/source/string/strimp.cxx | 1 - tools/source/string/strucvt.cxx | 1 - tools/source/string/tenccvt.cxx | 2 -- tools/source/string/tstring.cxx | 2 -- tools/source/string/tustring.cxx | 2 -- tools/source/testtoolloader/testtoolloader.cxx | 2 -- tools/source/zcodec/zcodec.cxx | 2 -- tools/test/tests.cxx | 2 -- tools/unx/source/dll/toolsdll.cxx | 2 -- tools/win/source/dll/toolsdll.cxx | 2 -- tools/workben/fstest.cxx | 2 -- tools/workben/hashtbl.cxx | 2 -- tools/workben/inetmimetest.cxx | 2 -- tools/workben/urltest.cxx | 2 -- 83 files changed, 152 deletions(-) (limited to 'tools') diff --git a/tools/bootstrp/addexes/replace.cxx b/tools/bootstrp/addexes/replace.cxx index 07f8be79ab71..b9c59d524d88 100644 --- a/tools/bootstrp/addexes/replace.cxx +++ b/tools/bootstrp/addexes/replace.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx index 44e084464560..093208cc1706 100644 --- a/tools/bootstrp/cppdep.cxx +++ b/tools/bootstrp/cppdep.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/bootstrp/md5.cxx b/tools/bootstrp/md5.cxx index 18ecb46ceb9d..37e8596fb17d 100644 --- a/tools/bootstrp/md5.cxx +++ b/tools/bootstrp/md5.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "md5.hxx" diff --git a/tools/bootstrp/mkunroll/mkunroll.cxx b/tools/bootstrp/mkunroll/mkunroll.cxx index 27636038fa72..524ac19ea3c8 100644 --- a/tools/bootstrp/mkunroll/mkunroll.cxx +++ b/tools/bootstrp/mkunroll/mkunroll.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx index ef362a0af8b3..8e5fe21f206c 100644 --- a/tools/bootstrp/prj.cxx +++ b/tools/bootstrp/prj.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "bootstrp/prj.hxx" #include diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index adae8caa9a41..d26ffd418f65 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #ifdef UNX #include #endif diff --git a/tools/bootstrp/so_checksum.cxx b/tools/bootstrp/so_checksum.cxx index 9ff6a6832379..4b6a2aa270af 100644 --- a/tools/bootstrp/so_checksum.cxx +++ b/tools/bootstrp/so_checksum.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "md5.hxx" diff --git a/tools/inc/pch/precompiled_tools.cxx b/tools/inc/pch/precompiled_tools.cxx index f467bbb6aed9..e5a2f60de99b 100644 --- a/tools/inc/pch/precompiled_tools.cxx +++ b/tools/inc/pch/precompiled_tools.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_tools.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/pch/precompiled_tools.hxx b/tools/inc/pch/precompiled_tools.hxx index dfed2ac7d4f6..c85e35fb9743 100644 --- a/tools/inc/pch/precompiled_tools.hxx +++ b/tools/inc/pch/precompiled_tools.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:50:15.029610 #ifdef PRECOMPILED_HEADERS //---MARKER--- diff --git a/tools/qa/cppunit/test_pathutils.cxx b/tools/qa/cppunit/test_pathutils.cxx index 6df1d49c7606..19b9fcfbdfbf 100644 --- a/tools/qa/cppunit/test_pathutils.cxx +++ b/tools/qa/cppunit/test_pathutils.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/tools/qa/cppunit/test_reversemap.cxx b/tools/qa/cppunit/test_reversemap.cxx index caaa6d2d1565..6e750c93d543 100644 --- a/tools/qa/cppunit/test_reversemap.cxx +++ b/tools/qa/cppunit/test_reversemap.cxx @@ -26,7 +26,6 @@ * instead of those above. */ -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/tools/qa/cppunit/test_stream.cxx b/tools/qa/cppunit/test_stream.cxx index 8cf46af38316..dc80c7d5c02a 100644 --- a/tools/qa/cppunit/test_stream.cxx +++ b/tools/qa/cppunit/test_stream.cxx @@ -26,7 +26,6 @@ * instead of those above. */ -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/tools/source/datetime/datetime.cxx b/tools/source/datetime/datetime.cxx index 05d25edd91b9..e58646d332d4 100644 --- a/tools/source/datetime/datetime.cxx +++ b/tools/source/datetime/datetime.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx index 66adb081b04d..47af8c049110 100644 --- a/tools/source/datetime/tdate.cxx +++ b/tools/source/datetime/tdate.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #if defined( WNT ) #include diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx index 43e1b65c82b6..13f68fb2d4f4 100644 --- a/tools/source/datetime/ttime.cxx +++ b/tools/source/datetime/ttime.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_TIME_CXX diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index 091f459b2319..676128d1080a 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_DEBUG_CXX diff --git a/tools/source/debug/stcktree.cxx b/tools/source/debug/stcktree.cxx index d2dcbc5fb7a8..3a4a392245e7 100644 --- a/tools/source/debug/stcktree.cxx +++ b/tools/source/debug/stcktree.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/fsys/comdep.cxx b/tools/source/fsys/comdep.cxx index 3461b46c9316..687889e0ad83 100644 --- a/tools/source/fsys/comdep.cxx +++ b/tools/source/fsys/comdep.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "comdep.hxx" #include diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx index 286260358faf..ca19827dcf90 100644 --- a/tools/source/fsys/dirent.cxx +++ b/tools/source/fsys/dirent.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #if !defined UNX #ifdef WNT diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx index 582fed0ab458..0aae52c260a4 100644 --- a/tools/source/fsys/filecopy.cxx +++ b/tools/source/fsys/filecopy.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #if defined WNT #include diff --git a/tools/source/fsys/fstat.cxx b/tools/source/fsys/fstat.cxx index 464ea16a2aac..cd631299d4bd 100644 --- a/tools/source/fsys/fstat.cxx +++ b/tools/source/fsys/fstat.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #ifdef UNX #include diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx index 04615455d8fa..eef2a03b0902 100644 --- a/tools/source/fsys/tdir.cxx +++ b/tools/source/fsys/tdir.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _DIR_CXX diff --git a/tools/source/fsys/tempfile.cxx b/tools/source/fsys/tempfile.cxx index 1bb00a141436..c41b823764da 100644 --- a/tools/source/fsys/tempfile.cxx +++ b/tools/source/fsys/tempfile.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include "comdep.hxx" diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx index 736730339a5a..27ca617e86ac 100644 --- a/tools/source/fsys/unx.cxx +++ b/tools/source/fsys/unx.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 55c91202f814..4af5f7ea5387 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include #include diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx index c1acd613a7bf..bba9dc4eced7 100644 --- a/tools/source/fsys/wldcrd.cxx +++ b/tools/source/fsys/wldcrd.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include /************************************************************************* diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx index 3d6a203dc663..1a60d7c02e50 100644 --- a/tools/source/fsys/wntmsc.cxx +++ b/tools/source/fsys/wntmsc.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #ifdef _MSC_VER #pragma warning (push,1) diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx index de642ed941b2..2542f492773d 100644 --- a/tools/source/generic/b3dtrans.cxx +++ b/tools/source/generic/b3dtrans.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/generic/bigint.cxx b/tools/source/generic/bigint.cxx index 2312f3c5eeaf..2bafd31e416e 100644 --- a/tools/source/generic/bigint.cxx +++ b/tools/source/generic/bigint.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/generic/color.cxx b/tools/source/generic/color.cxx index 114f395e7786..6ee5b0d31f00 100644 --- a/tools/source/generic/color.cxx +++ b/tools/source/generic/color.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index 6b89751d4fde..253b3bcb7498 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _CONFIG_CXX diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx index dfa6fb7da2cb..207676151c1a 100644 --- a/tools/source/generic/fract.cxx +++ b/tools/source/generic/fract.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/generic/gen.cxx b/tools/source/generic/gen.cxx index 8d72b1ab4cff..563014a69c7f 100644 --- a/tools/source/generic/gen.cxx +++ b/tools/source/generic/gen.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include #include diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx index c8558b7bf949..fad9ec123c94 100644 --- a/tools/source/generic/line.cxx +++ b/tools/source/generic/line.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _LINE_CXX #include diff --git a/tools/source/generic/link.cxx b/tools/source/generic/link.cxx index 8b5615e964bd..f2411662d554 100644 --- a/tools/source/generic/link.cxx +++ b/tools/source/generic/link.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include /************************************************************************* diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx index 385e39e8d185..f062b9e61185 100644 --- a/tools/source/generic/poly.cxx +++ b/tools/source/generic/poly.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _SV_POLY_CXX #include diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx index d4c5d95e2b8e..aa732f455262 100644 --- a/tools/source/generic/poly2.cxx +++ b/tools/source/generic/poly2.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _SV_POLY2_CXX diff --git a/tools/source/generic/svborder.cxx b/tools/source/generic/svborder.cxx index 86df3dcffd82..0c55c9515f56 100644 --- a/tools/source/generic/svborder.cxx +++ b/tools/source/generic/svborder.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/generic/svlibrary.cxx b/tools/source/generic/svlibrary.cxx index fdf714933342..290f9e50f4a1 100644 --- a/tools/source/generic/svlibrary.cxx +++ b/tools/source/generic/svlibrary.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index 33c9808d537d..3ba2cc095da1 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index 6034f3b16f0f..25e7da274f93 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx index 6cbbb20aab8d..42ab896b2b00 100644 --- a/tools/source/inet/inetmsg.cxx +++ b/tools/source/inet/inetmsg.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include #include diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index 6b1011b1fe7c..40932bf5e08a 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include #include diff --git a/tools/source/memtools/contnr.cxx b/tools/source/memtools/contnr.cxx index 3430ca7eb8c0..b94ac84dbc77 100644 --- a/tools/source/memtools/contnr.cxx +++ b/tools/source/memtools/contnr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/memtools/mempool.cxx b/tools/source/memtools/mempool.cxx index 55856d90bc0f..091d38d357b1 100644 --- a/tools/source/memtools/mempool.cxx +++ b/tools/source/memtools/mempool.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "tools/mempool.hxx" #include "osl/diagnose.h" diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx index 68a9eacfa3c0..3853fe493dbf 100644 --- a/tools/source/memtools/multisel.cxx +++ b/tools/source/memtools/multisel.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _SV_MULTISEL_CXX diff --git a/tools/source/memtools/table.cxx b/tools/source/memtools/table.cxx index baec6776e410..3586c2769cec 100644 --- a/tools/source/memtools/table.cxx +++ b/tools/source/memtools/table.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_TABLE_CXX diff --git a/tools/source/memtools/unqidx.cxx b/tools/source/memtools/unqidx.cxx index e85c87bcca54..6c5dc675b68c 100644 --- a/tools/source/memtools/unqidx.cxx +++ b/tools/source/memtools/unqidx.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/misc/appendunixshellword.cxx b/tools/source/misc/appendunixshellword.cxx index 025dd7251e56..029d1da94214 100644 --- a/tools/source/misc/appendunixshellword.cxx +++ b/tools/source/misc/appendunixshellword.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_tools.hxx" #include "sal/config.h" #if defined UNX diff --git a/tools/source/misc/extendapplicationenvironment.cxx b/tools/source/misc/extendapplicationenvironment.cxx index 1502158c09b0..b84dac1f7846 100644 --- a/tools/source/misc/extendapplicationenvironment.cxx +++ b/tools/source/misc/extendapplicationenvironment.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_tools.hxx" #include "sal/config.h" #include diff --git a/tools/source/misc/getprocessworkingdir.cxx b/tools/source/misc/getprocessworkingdir.cxx index a64e882e33f6..29f7732f709b 100644 --- a/tools/source/misc/getprocessworkingdir.cxx +++ b/tools/source/misc/getprocessworkingdir.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_tools.hxx" #include "sal/config.h" #include diff --git a/tools/source/misc/solarmutex.cxx b/tools/source/misc/solarmutex.cxx index 1b4ca64de455..a1430f0400a1 100644 --- a/tools/source/misc/solarmutex.cxx +++ b/tools/source/misc/solarmutex.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include namespace tools diff --git a/tools/source/rc/isofallback.cxx b/tools/source/rc/isofallback.cxx index 2fae5cfc9eee..3c134dfbacd2 100644 --- a/tools/source/rc/isofallback.cxx +++ b/tools/source/rc/isofallback.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx index e2ada0d111ac..2288f7053e5f 100644 --- a/tools/source/rc/rc.cxx +++ b/tools/source/rc/rc.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_RC_CXX diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx index c435a0627713..c4f11662897b 100644 --- a/tools/source/rc/resary.cxx +++ b/tools/source/rc/resary.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_RESARY_CXX #include diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 93b8ea133aaf..a4c3a86bac24 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/ref/errinf.cxx b/tools/source/ref/errinf.cxx index c2921ea32d9f..9ee35125929f 100644 --- a/tools/source/ref/errinf.cxx +++ b/tools/source/ref/errinf.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/ref/globname.cxx b/tools/source/ref/globname.cxx index b4256faf3bfd..12333c6a94f5 100644 --- a/tools/source/ref/globname.cxx +++ b/tools/source/ref/globname.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx index 51692e966848..a91b078409cb 100644 --- a/tools/source/ref/pstm.cxx +++ b/tools/source/ref/pstm.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/ref/ref.cxx b/tools/source/ref/ref.cxx index a8fd05b9da83..3a3c617a443b 100644 --- a/tools/source/ref/ref.cxx +++ b/tools/source/ref/ref.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/stream/cachestr.cxx b/tools/source/stream/cachestr.cxx index ae3f0cee8b47..80670664ba18 100644 --- a/tools/source/stream/cachestr.cxx +++ b/tools/source/stream/cachestr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index fb955d16ca4e..33eef858ab27 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" // ToDo: // - Read->RefreshBuffer->Auf Aenderungen von nBufActualLen reagieren diff --git a/tools/source/stream/strmsys.cxx b/tools/source/stream/strmsys.cxx index 65b4eb454387..98cec145d758 100644 --- a/tools/source/stream/strmsys.cxx +++ b/tools/source/stream/strmsys.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #if defined WNT #include "strmwnt.cxx" diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index 81a33c765f64..ffb75a9f4bf4 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// don't include "precompiled_tools.hxx" because this file is included in strmsys.cxx #include #include diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx index 409504d428fa..7eaf8b18f439 100644 --- a/tools/source/stream/strmwnt.cxx +++ b/tools/source/stream/strmwnt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this file is included in strmsys.cxx /* Todo: StreamMode <-> AllocateMemory diff --git a/tools/source/stream/vcompat.cxx b/tools/source/stream/vcompat.cxx index 227c3e05ddca..2c96be8518be 100644 --- a/tools/source/stream/vcompat.cxx +++ b/tools/source/stream/vcompat.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _VCOMPAT_CXX #include diff --git a/tools/source/string/reversemap.cxx b/tools/source/string/reversemap.cxx index 8fa46aaf9fb3..2bec63cc2c94 100644 --- a/tools/source/string/reversemap.cxx +++ b/tools/source/string/reversemap.cxx @@ -26,8 +26,6 @@ * instead of those above. */ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/string/strascii.cxx b/tools/source/string/strascii.cxx index f7729c99b305..9360efccf2fa 100644 --- a/tools/source/string/strascii.cxx +++ b/tools/source/string/strascii.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= diff --git a/tools/source/string/strcvt.cxx b/tools/source/string/strcvt.cxx index f66fd14bde47..75f193419f43 100644 --- a/tools/source/string/strcvt.cxx +++ b/tools/source/string/strcvt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= diff --git a/tools/source/string/strimp.cxx b/tools/source/string/strimp.cxx index 33c0572867d2..41966383d3dc 100644 --- a/tools/source/string/strimp.cxx +++ b/tools/source/string/strimp.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. static sal_Int32 ImplStringCompare( const STRCODE* pStr1, const STRCODE* pStr2, xub_StrLen nCount ) diff --git a/tools/source/string/strucvt.cxx b/tools/source/string/strucvt.cxx index 70b9784f73db..e16e60d24fb3 100644 --- a/tools/source/string/strucvt.cxx +++ b/tools/source/string/strucvt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= diff --git a/tools/source/string/tenccvt.cxx b/tools/source/string/tenccvt.cxx index e4ffa7791180..7abb0c4b5327 100644 --- a/tools/source/string/tenccvt.cxx +++ b/tools/source/string/tenccvt.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include diff --git a/tools/source/string/tstring.cxx b/tools/source/string/tstring.cxx index b35e9dad48f1..b180ff07237b 100644 --- a/tools/source/string/tstring.cxx +++ b/tools/source/string/tstring.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index 79a7ebc3febd..f4c98ab76657 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/source/testtoolloader/testtoolloader.cxx b/tools/source/testtoolloader/testtoolloader.cxx index f479faa5aa07..3899656bbb5a 100644 --- a/tools/source/testtoolloader/testtoolloader.cxx +++ b/tools/source/testtoolloader/testtoolloader.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "tools/testtoolloader.hxx" #include diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx index a00957ba78f4..46d3f24b5310 100644 --- a/tools/source/zcodec/zcodec.cxx +++ b/tools/source/zcodec/zcodec.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #ifndef _ZLIB_H #ifdef SYSTEM_ZLIB diff --git a/tools/test/tests.cxx b/tools/test/tests.cxx index 4c4e21f7537d..77ad2a2b574f 100644 --- a/tools/test/tests.cxx +++ b/tools/test/tests.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/tools/unx/source/dll/toolsdll.cxx b/tools/unx/source/dll/toolsdll.cxx index c5bf8ecd8282..376bad5be8aa 100644 --- a/tools/unx/source/dll/toolsdll.cxx +++ b/tools/unx/source/dll/toolsdll.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include static void* aAppData[SHL_COUNT]; diff --git a/tools/win/source/dll/toolsdll.cxx b/tools/win/source/dll/toolsdll.cxx index df829745db01..305a2b06685f 100644 --- a/tools/win/source/dll/toolsdll.cxx +++ b/tools/win/source/dll/toolsdll.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include #include diff --git a/tools/workben/fstest.cxx b/tools/workben/fstest.cxx index 1feb2871af55..c1b495d060d2 100644 --- a/tools/workben/fstest.cxx +++ b/tools/workben/fstest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _FSTEST_CXX #include diff --git a/tools/workben/hashtbl.cxx b/tools/workben/hashtbl.cxx index c431ea159160..7fa4d8d12c97 100644 --- a/tools/workben/hashtbl.cxx +++ b/tools/workben/hashtbl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include "hashtbl.hxx" diff --git a/tools/workben/inetmimetest.cxx b/tools/workben/inetmimetest.cxx index 30b00a9373c3..333cc83ebafd 100644 --- a/tools/workben/inetmimetest.cxx +++ b/tools/workben/inetmimetest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include diff --git a/tools/workben/urltest.cxx b/tools/workben/urltest.cxx index 515e6e6e8659..6a5056260b97 100644 --- a/tools/workben/urltest.cxx +++ b/tools/workben/urltest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include #include #include "com/sun/star/util/XStringWidth.hpp" -- cgit v1.2.3