diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:55:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:55:59 -0600 |
commit | 2ca38d3c7c6b3e28bccdb6a0840d7407c832c597 (patch) | |
tree | 078d8f04c00a7a11c7a5c07be787d65ca028a778 | |
parent | 5b350d5ddc1576a98b2b7533d180f32a175f8154 (diff) |
rmove include of pch header in basic
93 files changed, 0 insertions, 179 deletions
diff --git a/basic/inc/pch/precompiled_basic.cxx b/basic/inc/pch/precompiled_basic.cxx index 29280bf5059a..e5a2f60de99b 100644 --- a/basic/inc/pch/precompiled_basic.cxx +++ b/basic/inc/pch/precompiled_basic.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/inc/pch/precompiled_basic.hxx b/basic/inc/pch/precompiled_basic.hxx index 38f961cba37b..9e1da777a3bf 100644 --- a/basic/inc/pch/precompiled_basic.hxx +++ b/basic/inc/pch/precompiled_basic.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:31.374198 #ifdef PRECOMPILED_HEADERS diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 8c93716ba940..14f96338faef 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/msgbox.hxx> #include <tools/fsys.hxx> diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx index 4a3b94d057ec..808c517a7220 100644 --- a/basic/source/app/appbased.cxx +++ b/basic/source/app/appbased.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/msgbox.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/app/appedit.cxx b/basic/source/app/appedit.cxx index 1fffbc283f13..48f7814857d4 100644 --- a/basic/source/app/appedit.cxx +++ b/basic/source/app/appedit.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/config.hxx> #include <svtools/ctrltool.hxx> #include <svtools/textview.hxx> diff --git a/basic/source/app/apperror.cxx b/basic/source/app/apperror.cxx index f6e3fc54a07a..0b6be684e492 100644 --- a/basic/source/app/apperror.cxx +++ b/basic/source/app/apperror.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/config.hxx> #include <svtools/ctrltool.hxx> #include <basic/ttstrhlp.hxx> diff --git a/basic/source/app/appwin.cxx b/basic/source/app/appwin.cxx index 8d7375a77f26..4a612a0880ce 100644 --- a/basic/source/app/appwin.cxx +++ b/basic/source/app/appwin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <stdio.h> #include <vcl/msgbox.hxx> diff --git a/basic/source/app/basicrt.cxx b/basic/source/app/basicrt.cxx index bd1638587c13..a8e653179d1c 100644 --- a/basic/source/app/basicrt.cxx +++ b/basic/source/app/basicrt.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbintern.hxx" diff --git a/basic/source/app/brkpnts.cxx b/basic/source/app/brkpnts.cxx index 729aa508cd35..fba13a28c8bb 100644 --- a/basic/source/app/brkpnts.cxx +++ b/basic/source/app/brkpnts.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/sbx.hxx> #include <basic/sbmod.hxx> #include <basic/sbstar.hxx> diff --git a/basic/source/app/dialogs.cxx b/basic/source/app/dialogs.cxx index 10096195b340..8b0ec2192002 100644 --- a/basic/source/app/dialogs.cxx +++ b/basic/source/app/dialogs.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/solar.h> #include <algorithm> diff --git a/basic/source/app/msgedit.cxx b/basic/source/app/msgedit.cxx index 1cd6f8fc5e25..22badf679354 100644 --- a/basic/source/app/msgedit.cxx +++ b/basic/source/app/msgedit.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" /************************************************************************* File Versions so far: No Version Initial Implementation without Version Information diff --git a/basic/source/app/mybasic.cxx b/basic/source/app/mybasic.cxx index b3f6409ec49a..74afcfa8a699 100644 --- a/basic/source/app/mybasic.cxx +++ b/basic/source/app/mybasic.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/msgbox.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx index 46b663e9d93f..8060f3223789 100644 --- a/basic/source/app/process.cxx +++ b/basic/source/app/process.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> diff --git a/basic/source/app/processw.cxx b/basic/source/app/processw.cxx index 5c1b66f81079..59da8f7b91c4 100644 --- a/basic/source/app/processw.cxx +++ b/basic/source/app/processw.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> diff --git a/basic/source/app/status.cxx b/basic/source/app/status.cxx index 7cfde2d51fcb..a317590d8246 100644 --- a/basic/source/app/status.cxx +++ b/basic/source/app/status.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "app.hxx" #include "basic.hrc" diff --git a/basic/source/app/textedit.cxx b/basic/source/app/textedit.cxx index 23205c5a6daf..294b12e656be 100644 --- a/basic/source/app/textedit.cxx +++ b/basic/source/app/textedit.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> #include <svtools/texteng.hxx> #include <svtools/textview.hxx> diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index e83724d4e924..fa219ad16d5d 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/basicmanagerrepository.hxx> #include <basic/basmgr.hxx> #include "scriptcont.hxx" diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 174aa1dab08e..e6c829adbe2c 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> #include <sot/storage.hxx> #include <tools/urlobj.hxx> diff --git a/basic/source/basmgr/vbahelper.cxx b/basic/source/basmgr/vbahelper.cxx index 267626f4d0de..352aae138c03 100644 --- a/basic/source/basmgr/vbahelper.cxx +++ b/basic/source/basmgr/vbahelper.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/vbahelper.hxx> diff --git a/basic/source/classes/disas.cxx b/basic/source/classes/disas.cxx index dba7661d6208..155720d036aa 100644 --- a/basic/source/classes/disas.cxx +++ b/basic/source/classes/disas.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <stdio.h> #include <string.h> diff --git a/basic/source/classes/errobject.cxx b/basic/source/classes/errobject.cxx index 44f55aa65f7a..5c8d54c1be6b 100644 --- a/basic/source/classes/errobject.cxx +++ b/basic/source/classes/errobject.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "errobject.hxx" #include <cppuhelper/implbase2.hxx> diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx index 9d5f5ffbc0a5..d83d69958fb4 100644 --- a/basic/source/classes/eventatt.cxx +++ b/basic/source/classes/eventatt.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <osl/mutex.hxx> #include <comphelper/processfactory.hxx> diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx index e06ee0745776..a797b3dab00a 100644 --- a/basic/source/classes/image.cxx +++ b/basic/source/classes/image.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> #include <tools/tenccvt.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx index 89034c31d4a2..edcef852050b 100644 --- a/basic/source/classes/propacc.cxx +++ b/basic/source/classes/propacc.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "propacc.hxx" diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 98f71aecae7c..ce37b301b5cb 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <stdio.h> diff --git a/basic/source/classes/sbintern.cxx b/basic/source/classes/sbintern.cxx index 201f53830851..9160c115a03c 100644 --- a/basic/source/classes/sbintern.cxx +++ b/basic/source/classes/sbintern.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/shl.hxx> #include "sbintern.hxx" diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 6cf067c04c03..2b6eae69fb32 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <tools/errcode.hxx> diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index a866e9311235..85a84350efd8 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <list> diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx index 57c7a3846700..42646320804a 100644 --- a/basic/source/comp/buffer.cxx +++ b/basic/source/comp/buffer.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "buffer.hxx" #include "sbcomp.hxx" diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx index f5d820ecc51e..99d1abae4f44 100644 --- a/basic/source/comp/codegen.cxx +++ b/basic/source/comp/codegen.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/sbx.hxx> #include "sbcomp.hxx" diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index f3cf7334b6bb..4571f9c82f65 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/sbx.hxx> #include "sbcomp.hxx" #include "sbunoobj.hxx" diff --git a/basic/source/comp/exprgen.cxx b/basic/source/comp/exprgen.cxx index 214653f501d7..e41bea24f2be 100644 --- a/basic/source/comp/exprgen.cxx +++ b/basic/source/comp/exprgen.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbcomp.hxx" #include "expr.hxx" diff --git a/basic/source/comp/exprnode.cxx b/basic/source/comp/exprnode.cxx index 5c7bb0b51a88..db12fc2ede99 100644 --- a/basic/source/comp/exprnode.cxx +++ b/basic/source/comp/exprnode.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <math.h> diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx index 41caa05a276c..2c0db8724783 100644 --- a/basic/source/comp/exprtree.cxx +++ b/basic/source/comp/exprtree.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbcomp.hxx" #include <basic/sbx.hxx> // because of ...IMPL_REF(...sbxvariable) diff --git a/basic/source/comp/io.cxx b/basic/source/comp/io.cxx index cff657adfb07..038f20020d8c 100644 --- a/basic/source/comp/io.cxx +++ b/basic/source/comp/io.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx index 392e3e9ccb5c..a0926854fc8d 100644 --- a/basic/source/comp/loops.cxx +++ b/basic/source/comp/loops.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbcomp.hxx" diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx index 965381e3f9a2..61a55da33e2b 100644 --- a/basic/source/comp/parser.cxx +++ b/basic/source/comp/parser.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/sbx.hxx> #include "sbcomp.hxx" #include <com/sun/star/script/ModuleType.hpp> diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx index b2cba95a5344..1b4122ea7d1e 100644 --- a/basic/source/comp/sbcomp.cxx +++ b/basic/source/comp/sbcomp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/sbx.hxx> #include "sbcomp.hxx" diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index 8c0d10c2b6d7..3b57781febd0 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "basiccharclass.hxx" #include "sbcomp.hxx" diff --git a/basic/source/comp/symtbl.cxx b/basic/source/comp/symtbl.cxx index 1aaeca429e3f..8f00f4a98861 100644 --- a/basic/source/comp/symtbl.cxx +++ b/basic/source/comp/symtbl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbcomp.hxx" #include <stdio.h> diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx index e3d7b1c0ea13..f8cc89a43d8e 100644 --- a/basic/source/comp/token.cxx +++ b/basic/source/comp/token.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "basiccharclass.hxx" #include "sbcomp.hxx" diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index cd3c24f1dee7..63050d956fce 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/shl.hxx> #include <vcl/svapp.hxx> #include <svl/solar.hrc> diff --git a/basic/source/runtime/comenumwrapper.cxx b/basic/source/runtime/comenumwrapper.cxx index 5fb3c32970ac..0ddc131dc05b 100644 --- a/basic/source/runtime/comenumwrapper.cxx +++ b/basic/source/runtime/comenumwrapper.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" #include "comenumwrapper.hxx" using namespace ::com::sun::star; diff --git a/basic/source/runtime/ddectrl.cxx b/basic/source/runtime/ddectrl.cxx index 75fcd7f4d725..b31330c06529 100644 --- a/basic/source/runtime/ddectrl.cxx +++ b/basic/source/runtime/ddectrl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <svl/svdde.hxx> #include "ddectrl.hxx" diff --git a/basic/source/runtime/dllmgr-none.cxx b/basic/source/runtime/dllmgr-none.cxx index bde3db062116..3396319ff673 100644 --- a/basic/source/runtime/dllmgr-none.cxx +++ b/basic/source/runtime/dllmgr-none.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" #include "sal/config.h" #if defined(WNT) diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index f38e587a3fa0..ca591cd6355d 100644 --- a/basic/source/runtime/dllmgr-x64.cxx +++ b/basic/source/runtime/dllmgr-x64.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" #include "sal/config.h" #if defined(WNT) diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx index 5b47511db11e..871eabc5d094 100644 --- a/basic/source/runtime/dllmgr-x86.cxx +++ b/basic/source/runtime/dllmgr-x86.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" #include "sal/config.h" #if defined(WNT) diff --git a/basic/source/runtime/inputbox.cxx b/basic/source/runtime/inputbox.cxx index 86a7578f5d34..d59eae1d34e9 100644 --- a/basic/source/runtime/inputbox.cxx +++ b/basic/source/runtime/inputbox.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/button.hxx> #include <vcl/fixed.hxx> diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index b746e8a8455f..cbdc27f15a23 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/dialog.hxx> #include <vcl/edit.hxx> #include <vcl/button.hxx> diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 1e1e8775fb5f..37c690609bd5 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/date.hxx> diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index da14d77ef546..23431c9c1cfa 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <stdlib.h> // getenv #include <vcl/svapp.hxx> diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx index d2ff28b65dab..0712bfaa053c 100644 --- a/basic/source/runtime/props.cxx +++ b/basic/source/runtime/props.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "runtime.hxx" #include "stdobj.hxx" diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index b45f1981ecdf..53f104eea8aa 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/fsys.hxx> #include <vcl/svapp.hxx> #include <tools/wldcrd.hxx> diff --git a/basic/source/runtime/sbdiagnose.cxx b/basic/source/runtime/sbdiagnose.cxx index 3516425c8533..5ff1aae13f28 100644 --- a/basic/source/runtime/sbdiagnose.cxx +++ b/basic/source/runtime/sbdiagnose.cxx @@ -25,7 +25,6 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" #include "rtlproto.hxx" #include "sbdiagnose.hxx" diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index f384784cffef..e90237f3d4d6 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "runtime.hxx" #include "stdobj.hxx" diff --git a/basic/source/runtime/stdobj1.cxx b/basic/source/runtime/stdobj1.cxx index 831b6631392c..5c32079d4edf 100644 --- a/basic/source/runtime/stdobj1.cxx +++ b/basic/source/runtime/stdobj1.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> #include <svtools/transfer.hxx> diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx index 758ec73b4419..f96364a54026 100644 --- a/basic/source/runtime/step0.cxx +++ b/basic/source/runtime/step0.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/msgbox.hxx> #include <tools/fsys.hxx> diff --git a/basic/source/runtime/step1.cxx b/basic/source/runtime/step1.cxx index 9fa4e9c4927f..e93483bc9daa 100644 --- a/basic/source/runtime/step1.cxx +++ b/basic/source/runtime/step1.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <stdlib.h> #include <rtl/math.hxx> diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index d9aab19fe037..b18347dc3937 100644 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "runtime.hxx" #include "iosys.hxx" diff --git a/basic/source/sample/collelem.cxx b/basic/source/sample/collelem.cxx index 0646c3eca011..dc8feb59334a 100644 --- a/basic/source/sample/collelem.cxx +++ b/basic/source/sample/collelem.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <vcl/msgbox.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/sample/object.cxx b/basic/source/sample/object.cxx index de802da278ce..3e24725cffdc 100644 --- a/basic/source/sample/object.cxx +++ b/basic/source/sample/object.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbxobj.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx index 9a45bbb2579c..544f71708da0 100644 --- a/basic/source/sbx/sbxarray.cxx +++ b/basic/source/sbx/sbxarray.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> #include <basic/sbx.hxx> #include "runtime.hxx" diff --git a/basic/source/sbx/sbxbase.cxx b/basic/source/sbx/sbxbase.cxx index d1cf0d516c24..711efdcb5afc 100644 --- a/basic/source/sbx/sbxbase.cxx +++ b/basic/source/sbx/sbxbase.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/shl.hxx> diff --git a/basic/source/sbx/sbxbool.cxx b/basic/source/sbx/sbxbool.cxx index d4479a6b706e..1ad08b1f353d 100644 --- a/basic/source/sbx/sbxbool.cxx +++ b/basic/source/sbx/sbxbool.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxbyte.cxx b/basic/source/sbx/sbxbyte.cxx index 90d8ecc40a20..0ce19d8bfb68 100644 --- a/basic/source/sbx/sbxbyte.cxx +++ b/basic/source/sbx/sbxbyte.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxchar.cxx b/basic/source/sbx/sbxchar.cxx index ee4cb48b8efb..604157033023 100644 --- a/basic/source/sbx/sbxchar.cxx +++ b/basic/source/sbx/sbxchar.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxcoll.cxx b/basic/source/sbx/sbxcoll.cxx index 8cf068d657cb..7803ee013b2f 100644 --- a/basic/source/sbx/sbxcoll.cxx +++ b/basic/source/sbx/sbxcoll.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> diff --git a/basic/source/sbx/sbxcurr.cxx b/basic/source/sbx/sbxcurr.cxx index c227681795a4..5f2e89c27bcf 100644 --- a/basic/source/sbx/sbxcurr.cxx +++ b/basic/source/sbx/sbxcurr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <vcl/svapp.hxx> // for SvtSysLocale diff --git a/basic/source/sbx/sbxdate.cxx b/basic/source/sbx/sbxdate.cxx index 804506c18215..1a43e655df0a 100644 --- a/basic/source/sbx/sbxdate.cxx +++ b/basic/source/sbx/sbxdate.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/svapp.hxx> #include <svl/zforlist.hxx> #include <tools/errcode.hxx> diff --git a/basic/source/sbx/sbxdbl.cxx b/basic/source/sbx/sbxdbl.cxx index c4bbbe46c4ec..ef6a8ae3d185 100644 --- a/basic/source/sbx/sbxdbl.cxx +++ b/basic/source/sbx/sbxdbl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx index 39a15b6efa09..14833cf51073 100644 --- a/basic/source/sbx/sbxdec.cxx +++ b/basic/source/sbx/sbxdec.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx index f12ffc0bf817..7fe4f6777641 100644 --- a/basic/source/sbx/sbxexec.cxx +++ b/basic/source/sbx/sbxexec.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <vcl/svapp.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx index 2404d357e2aa..09617744d696 100644 --- a/basic/source/sbx/sbxform.cxx +++ b/basic/source/sbx/sbxform.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <stdlib.h> diff --git a/basic/source/sbx/sbxint.cxx b/basic/source/sbx/sbxint.cxx index 289622a016fd..e8a009040833 100644 --- a/basic/source/sbx/sbxint.cxx +++ b/basic/source/sbx/sbxint.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx index dd772fe4a52a..d4c2751dbbb1 100644 --- a/basic/source/sbx/sbxlng.cxx +++ b/basic/source/sbx/sbxlng.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxmstrm.cxx b/basic/source/sbx/sbxmstrm.cxx index e4ed782d75b2..9b62a045a7db 100644 --- a/basic/source/sbx/sbxmstrm.cxx +++ b/basic/source/sbx/sbxmstrm.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <basic/sbxmstrm.hxx> SbxDataType SbxMemoryStream::GetType() const diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx index 5bfa4299c5b5..7ad9727e52d3 100644 --- a/basic/source/sbx/sbxobj.cxx +++ b/basic/source/sbx/sbxobj.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> #include <vcl/sound.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/sbx/sbxres.cxx b/basic/source/sbx/sbxres.cxx index 5b6466e21e2c..84bb6024943e 100644 --- a/basic/source/sbx/sbxres.cxx +++ b/basic/source/sbx/sbxres.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbxres.hxx" diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 406366d38050..50e4e6c8eda1 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxsng.cxx b/basic/source/sbx/sbxsng.cxx index 62c98131a2c2..cbffe2f4f424 100644 --- a/basic/source/sbx/sbxsng.cxx +++ b/basic/source/sbx/sbxsng.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxstr.cxx b/basic/source/sbx/sbxstr.cxx index 29969e9b8f00..a373f84092df 100644 --- a/basic/source/sbx/sbxstr.cxx +++ b/basic/source/sbx/sbxstr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxuint.cxx b/basic/source/sbx/sbxuint.cxx index 5922b3571987..9e5175ba73f1 100644 --- a/basic/source/sbx/sbxuint.cxx +++ b/basic/source/sbx/sbxuint.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxulng.cxx b/basic/source/sbx/sbxulng.cxx index b8f74b4bf5e6..10be130b0906 100644 --- a/basic/source/sbx/sbxulng.cxx +++ b/basic/source/sbx/sbxulng.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/errcode.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" diff --git a/basic/source/sbx/sbxvals.cxx b/basic/source/sbx/sbxvals.cxx index b3dede2262cf..1a6a2d129bff 100644 --- a/basic/source/sbx/sbxvals.cxx +++ b/basic/source/sbx/sbxvals.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #define _TLBIGINT_INT64 #include <tools/bigint.hxx> diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx index f6173182fac0..2c36ce5af468 100644 --- a/basic/source/sbx/sbxvalue.cxx +++ b/basic/source/sbx/sbxvalue.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <math.h> #include <tools/stream.hxx> diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index 457ae4f568d9..d2332a5c275b 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <tools/stream.hxx> diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index 7df1dd0e2727..4a512f9ca7e7 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> diff --git a/basic/source/uno/modsizeexceeded.cxx b/basic/source/uno/modsizeexceeded.cxx index d46108e92dad..e6c6b6d352aa 100644 --- a/basic/source/uno/modsizeexceeded.cxx +++ b/basic/source/uno/modsizeexceeded.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "basic/modsizeexceeded.hxx" #include <comphelper/interaction.hxx> diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index c8e9608c6de1..6f223f8d4018 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/embed/ElementModes.hpp> diff --git a/basic/source/uno/sbmodule.cxx b/basic/source/uno/sbmodule.cxx index 909c9d5d7e37..20d09c6b74c0 100644 --- a/basic/source/uno/sbmodule.cxx +++ b/basic/source/uno/sbmodule.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbmodule.hxx" #include <rtl/instance.hxx> diff --git a/basic/source/uno/sbservices.cxx b/basic/source/uno/sbservices.cxx index d0bbd06e8b45..66dc5f577914 100644 --- a/basic/source/uno/sbservices.cxx +++ b/basic/source/uno/sbservices.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "sbmodule.hxx" /** === begin UNO includes === **/ diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index 44a26c852a7d..e64b29665d14 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include "scriptcont.hxx" #include "sbmodule.hxx" #include <com/sun/star/container/XNameContainer.hpp> diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx index 4d8112c0f048..d2aefbfc6b8f 100644 --- a/basic/workben/mgrtest.cxx +++ b/basic/workben/mgrtest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basic.hxx" #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <vcl/toolbox.hxx> |