diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:37 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:37 -0600 |
commit | 36f155dda15b64a045457859e9c1d1eb42008bb7 (patch) | |
tree | 40ea718c08525c7bf7fe20ea10afadc2ee4bc2c5 /stoc/test | |
parent | 3d6592ae195de59c42a119b22307a62267a154fc (diff) |
remove include of pch header from stoc
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/excomp/excomp.cxx | 2 | ||||
-rw-r--r-- | stoc/test/excomp/excomp1.cxx | 2 | ||||
-rw-r--r-- | stoc/test/excomp/excomp2.cxx | 2 | ||||
-rw-r--r-- | stoc/test/javavm/jvm_interaction/interactionhandler.cxx | 2 | ||||
-rw-r--r-- | stoc/test/javavm/testjavavm.cxx | 2 | ||||
-rw-r--r-- | stoc/test/mergekeys_.cxx | 2 | ||||
-rw-r--r-- | stoc/test/registry_tdprovider/testregistrytdprovider.cxx | 2 | ||||
-rw-r--r-- | stoc/test/security/test_security.cxx | 2 | ||||
-rw-r--r-- | stoc/test/tdmanager/testtdmanager.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testconv.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testcorefl.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testiadapter.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testintrosp.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testloader.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testproxyfac.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testregistry.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testsmgr.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testsmgr2.cxx | 2 | ||||
-rw-r--r-- | stoc/test/testsmgr_cpnt.cxx | 2 | ||||
-rw-r--r-- | stoc/test/uriproc/test_uriproc.cxx | 1 |
20 files changed, 0 insertions, 39 deletions
diff --git a/stoc/test/excomp/excomp.cxx b/stoc/test/excomp/excomp.cxx index fd01fa5b8b02..bdca65649a90 100644 --- a/stoc/test/excomp/excomp.cxx +++ b/stoc/test/excomp/excomp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> #include <stdlib.h> diff --git a/stoc/test/excomp/excomp1.cxx b/stoc/test/excomp/excomp1.cxx index 69dbb9af9f97..c22fb7afce25 100644 --- a/stoc/test/excomp/excomp1.cxx +++ b/stoc/test/excomp/excomp1.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <osl/diagnose.h> #include <osl/mutex.hxx> #include <rtl/alloc.h> diff --git a/stoc/test/excomp/excomp2.cxx b/stoc/test/excomp/excomp2.cxx index 474667d9aca8..6da256e9745f 100644 --- a/stoc/test/excomp/excomp2.cxx +++ b/stoc/test/excomp/excomp2.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <osl/diagnose.h> #include <osl/mutex.hxx> #include <rtl/alloc.h> diff --git a/stoc/test/javavm/jvm_interaction/interactionhandler.cxx b/stoc/test/javavm/jvm_interaction/interactionhandler.cxx index a661eb89eb74..6cc36eba5bcc 100644 --- a/stoc/test/javavm/jvm_interaction/interactionhandler.cxx +++ b/stoc/test/javavm/jvm_interaction/interactionhandler.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <jni.h> diff --git a/stoc/test/javavm/testjavavm.cxx b/stoc/test/javavm/testjavavm.cxx index f80a1418a694..2ec3c3a80c4f 100644 --- a/stoc/test/javavm/testjavavm.cxx +++ b/stoc/test/javavm/testjavavm.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <jni.h> diff --git a/stoc/test/mergekeys_.cxx b/stoc/test/mergekeys_.cxx index e47de6cfbc00..afd739ce2cef 100644 --- a/stoc/test/mergekeys_.cxx +++ b/stoc/test/mergekeys_.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include "../source/implementationregistration/mergekeys.cxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/registry_tdprovider/testregistrytdprovider.cxx b/stoc/test/registry_tdprovider/testregistrytdprovider.cxx index 687e37a2d41c..20ea509be5aa 100644 --- a/stoc/test/registry_tdprovider/testregistrytdprovider.cxx +++ b/stoc/test/registry_tdprovider/testregistrytdprovider.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/container/XHierarchicalNameAccess.hpp" diff --git a/stoc/test/security/test_security.cxx b/stoc/test/security/test_security.cxx index 510f832b09b1..f2b4f36337aa 100644 --- a/stoc/test/security/test_security.cxx +++ b/stoc/test/security/test_security.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> diff --git a/stoc/test/tdmanager/testtdmanager.cxx b/stoc/test/tdmanager/testtdmanager.cxx index 966705d12b0e..9789f20520bd 100644 --- a/stoc/test/tdmanager/testtdmanager.cxx +++ b/stoc/test/tdmanager/testtdmanager.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include "com/sun/star/container/XHierarchicalNameAccess.hpp" #include "com/sun/star/container/XSet.hpp" diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 3284da625335..70b94523231a 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <sal/main.h> #include <osl/diagnose.h> diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index d3a5a5d1b153..224cb53253e3 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <sal/main.h> #include <osl/diagnose.h> diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx index 9a111ce0aac2..8b3c59b0a8f3 100644 --- a/stoc/test/testiadapter.cxx +++ b/stoc/test/testiadapter.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index 692a7c1113dd..f04e8fb9cf90 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <sal/main.h> #include <cppuhelper/implbase1.hxx> diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx index e6830dec36e4..ba0897d629a9 100644 --- a/stoc/test/testloader.cxx +++ b/stoc/test/testloader.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx index 991eff6b6a3e..ff9defabc311 100644 --- a/stoc/test/testproxyfac.cxx +++ b/stoc/test/testproxyfac.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include "sal/main.h" #include "osl/diagnose.h" diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx index b420749ee9a2..19d94fa7365c 100644 --- a/stoc/test/testregistry.cxx +++ b/stoc/test/testregistry.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> #include <stdlib.h> diff --git a/stoc/test/testsmgr.cxx b/stoc/test/testsmgr.cxx index 1b6363e08157..7687a52cc576 100644 --- a/stoc/test/testsmgr.cxx +++ b/stoc/test/testsmgr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> #include <sal/main.h> diff --git a/stoc/test/testsmgr2.cxx b/stoc/test/testsmgr2.cxx index f3027ed84cd7..8160dfc20e5a 100644 --- a/stoc/test/testsmgr2.cxx +++ b/stoc/test/testsmgr2.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <stdio.h> #include <sal/main.h> diff --git a/stoc/test/testsmgr_cpnt.cxx b/stoc/test/testsmgr_cpnt.cxx index e7f106e0f66a..420fd7c7133e 100644 --- a/stoc/test/testsmgr_cpnt.cxx +++ b/stoc/test/testsmgr_cpnt.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <rtl/alloc.h> #include <osl/security.h> #include <osl/thread.h> diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx index 4859c87e6b09..8952c79d12eb 100644 --- a/stoc/test/uriproc/test_uriproc.cxx +++ b/stoc/test/uriproc/test_uriproc.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_stoc.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" |