From c10fb61c1ae03c955f8b3d54aca1b74bfdaabdea Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:03:19 -0600 Subject: remove include of pch header in cppuhelper --- cppuhelper/inc/pch/precompiled_cppuhelper.cxx | 1 - cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 1 - cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx | 2 -- cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx | 2 -- cppuhelper/qa/weak/test_weak.cxx | 2 -- cppuhelper/source/access_control.cxx | 2 -- cppuhelper/source/bootstrap.cxx | 2 -- cppuhelper/source/component.cxx | 2 -- cppuhelper/source/component_context.cxx | 2 -- cppuhelper/source/exc_thrower.cxx | 2 -- cppuhelper/source/factory.cxx | 2 -- cppuhelper/source/findsofficepath.c | 1 - cppuhelper/source/implbase.cxx | 2 -- cppuhelper/source/implbase_ex.cxx | 2 -- cppuhelper/source/implementationentry.cxx | 2 -- cppuhelper/source/interfacecontainer.cxx | 2 -- cppuhelper/source/macro_expander.cxx | 2 -- cppuhelper/source/propertysetmixin.cxx | 2 -- cppuhelper/source/propshlp.cxx | 2 -- cppuhelper/source/servicefactory.cxx | 2 -- cppuhelper/source/shlib.cxx | 2 -- cppuhelper/source/stdidlclass.cxx | 1 - cppuhelper/source/tdmgr.cxx | 2 -- cppuhelper/source/typeprovider.cxx | 2 -- cppuhelper/source/unourl.cxx | 2 -- cppuhelper/source/weak.cxx | 2 -- cppuhelper/test/bootstrap/TestEnv.cxx | 2 -- cppuhelper/test/cfg_test.cxx | 2 -- cppuhelper/test/testcmp/TestComponent.cxx | 2 -- cppuhelper/test/testcontainer.cxx | 2 -- cppuhelper/test/testdefaultbootstrapping.cxx | 2 -- cppuhelper/test/testhelper.cxx | 2 -- cppuhelper/test/testidlclass.cxx | 2 -- cppuhelper/test/testimplhelper.cxx | 2 -- cppuhelper/test/testlib/defbootstrap_lib.cxx | 2 -- cppuhelper/test/testpropshlp.cxx | 2 -- cppuhelper/test/testproptyphlp.cxx | 2 -- 37 files changed, 70 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.cxx b/cppuhelper/inc/pch/precompiled_cppuhelper.cxx index 28a0019ac80e..e5a2f60de99b 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.cxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_cppuhelper.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx index 9a601079de5b..1f2bf34bf349 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:37.342833 #ifdef PRECOMPILED_HEADERS #endif diff --git a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx index 19cf4c0a0d86..1d7448a94ac8 100644 --- a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" diff --git a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx index 2ca98f9200b3..d483564e9c0c 100644 --- a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppuhelper/qa/weak/test_weak.cxx b/cppuhelper/qa/weak/test_weak.cxx index b9ba6354b134..c0e35ca6eee5 100644 --- a/cppuhelper/qa/weak/test_weak.cxx +++ b/cppuhelper/qa/weak/test_weak.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppuhelper/source/access_control.cxx b/cppuhelper/source/access_control.cxx index b3c8e0c0b16d..c1fee9575a99 100644 --- a/cppuhelper/source/access_control.cxx +++ b/cppuhelper/source/access_control.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index 7aefa0b26b59..8217ee7e9126 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index c74d3894e642..a4e797706199 100644 --- a/cppuhelper/source/component.cxx +++ b/cppuhelper/source/component.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include #include diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 95927c26d089..97a1f7222d97 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #ifdef DIAG #define CONTEXT_DIAG diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index e497e3714a4f..55fb7cd5af43 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "rtl/instance.hxx" #include "osl/diagnose.h" diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index d8d81d972548..573f7b443b46 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include #include diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c index 0d97de89304b..bf2730490dbe 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" #include diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx index a8a3fee844f9..4738870b69e5 100644 --- a/cppuhelper/source/implbase.cxx +++ b/cppuhelper/source/implbase.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include #include diff --git a/cppuhelper/source/implbase_ex.cxx b/cppuhelper/source/implbase_ex.cxx index 0e2c12bd4d51..720ab0d35479 100644 --- a/cppuhelper/source/implbase_ex.cxx +++ b/cppuhelper/source/implbase_ex.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/source/implementationentry.cxx b/cppuhelper/source/implementationentry.cxx index 8689f24f51ec..4aa41501e9dd 100644 --- a/cppuhelper/source/implementationentry.cxx +++ b/cppuhelper/source/implementationentry.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx index 07458833c8f0..58150c47fa3e 100644 --- a/cppuhelper/source/interfacecontainer.cxx +++ b/cppuhelper/source/interfacecontainer.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx index 3265431c6174..35322327d169 100644 --- a/cppuhelper/source/macro_expander.cxx +++ b/cppuhelper/source/macro_expander.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/source/propertysetmixin.cxx b/cppuhelper/source/propertysetmixin.cxx index ec7125b448d8..7d2b83225f6f 100644 --- a/cppuhelper/source/propertysetmixin.cxx +++ b/cppuhelper/source/propertysetmixin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 2a71f00e1ce0..31210956cffa 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "osl/diagnose.h" #include "cppuhelper/implbase1.hxx" diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx index 9b2d9666841c..25f49706edfa 100644 --- a/cppuhelper/source/servicefactory.cxx +++ b/cppuhelper/source/servicefactory.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 8bce73d851a9..3b6cdfc5d7d1 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "osl/diagnose.h" #include "osl/file.hxx" diff --git a/cppuhelper/source/stdidlclass.cxx b/cppuhelper/source/stdidlclass.cxx index 9278e3b062dc..8bb197eed1ad 100644 --- a/cppuhelper/source/stdidlclass.cxx +++ b/cppuhelper/source/stdidlclass.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" #include "cppuhelper/stdidlclass.hxx" diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx index 7090adbe90d3..a63f59bedf01 100644 --- a/cppuhelper/source/tdmgr.cxx +++ b/cppuhelper/source/tdmgr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" diff --git a/cppuhelper/source/typeprovider.cxx b/cppuhelper/source/typeprovider.cxx index fd403f9d2beb..3f224f0a89c7 100644 --- a/cppuhelper/source/typeprovider.cxx +++ b/cppuhelper/source/typeprovider.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/source/unourl.cxx b/cppuhelper/source/unourl.cxx index a30cbc5dc74b..3cf83d60e6c2 100644 --- a/cppuhelper/source/unourl.cxx +++ b/cppuhelper/source/unourl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "cppuhelper/unourl.hxx" diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index 11b99fc45076..2e7e1832ba3c 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include #include diff --git a/cppuhelper/test/bootstrap/TestEnv.cxx b/cppuhelper/test/bootstrap/TestEnv.cxx index 578378ee2898..8452c7968b75 100644 --- a/cppuhelper/test/bootstrap/TestEnv.cxx +++ b/cppuhelper/test/bootstrap/TestEnv.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "cppu/EnvDcp.hxx" diff --git a/cppuhelper/test/cfg_test.cxx b/cppuhelper/test/cfg_test.cxx index 889b6b013d01..4e30393054f3 100644 --- a/cppuhelper/test/cfg_test.cxx +++ b/cppuhelper/test/cfg_test.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" // starting the executable: // -env:UNO_CFG_URL=local;..\\..\\test\\cfg_data;\\cfg_update diff --git a/cppuhelper/test/testcmp/TestComponent.cxx b/cppuhelper/test/testcmp/TestComponent.cxx index 83bdac1a47a2..b6da193aa35c 100644 --- a/cppuhelper/test/testcmp/TestComponent.cxx +++ b/cppuhelper/test/testcmp/TestComponent.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #define CPPUHELPER_TEST_COMPONENT_IMPL diff --git a/cppuhelper/test/testcontainer.cxx b/cppuhelper/test/testcontainer.cxx index 5665a762eaa0..290958979b84 100644 --- a/cppuhelper/test/testcontainer.cxx +++ b/cppuhelper/test/testcontainer.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/test/testdefaultbootstrapping.cxx b/cppuhelper/test/testdefaultbootstrapping.cxx index 82172c26d838..2400919d49f5 100644 --- a/cppuhelper/test/testdefaultbootstrapping.cxx +++ b/cppuhelper/test/testdefaultbootstrapping.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/test/testhelper.cxx b/cppuhelper/test/testhelper.cxx index 431c3cb16251..ccd6c1aebe3b 100644 --- a/cppuhelper/test/testhelper.cxx +++ b/cppuhelper/test/testhelper.cxx @@ -31,8 +31,6 @@ # define OSL_DEBUG_LEVEL 2 #endif -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/test/testidlclass.cxx b/cppuhelper/test/testidlclass.cxx index 85d3e7d8420a..590d3143c9df 100644 --- a/cppuhelper/test/testidlclass.cxx +++ b/cppuhelper/test/testidlclass.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/test/testimplhelper.cxx b/cppuhelper/test/testimplhelper.cxx index db45093f3e8b..81e469f95457 100644 --- a/cppuhelper/test/testimplhelper.cxx +++ b/cppuhelper/test/testimplhelper.cxx @@ -31,8 +31,6 @@ # define OSL_DEBUG_LEVEL 2 #endif -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include diff --git a/cppuhelper/test/testlib/defbootstrap_lib.cxx b/cppuhelper/test/testlib/defbootstrap_lib.cxx index 64c28766a5f3..636707c24313 100644 --- a/cppuhelper/test/testlib/defbootstrap_lib.cxx +++ b/cppuhelper/test/testlib/defbootstrap_lib.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "EXTERN.h" #include "perl.h" diff --git a/cppuhelper/test/testpropshlp.cxx b/cppuhelper/test/testpropshlp.cxx index 965159ffc637..858668fbb67b 100644 --- a/cppuhelper/test/testpropshlp.cxx +++ b/cppuhelper/test/testpropshlp.cxx @@ -32,8 +32,6 @@ #endif -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include diff --git a/cppuhelper/test/testproptyphlp.cxx b/cppuhelper/test/testproptyphlp.cxx index d913c7879b60..381b8c75c8af 100644 --- a/cppuhelper/test/testproptyphlp.cxx +++ b/cppuhelper/test/testproptyphlp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include #include -- cgit