diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:13:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:13:38 -0600 |
commit | a12bd3e2a250e81c0474b00b2ec7e25e8475eddc (patch) | |
tree | 8a678d874e8589519cb77217071df0cc89b779ca /javaunohelper | |
parent | 902b94875cb0881765fc7ec342ead325ecb83c9b (diff) |
reove include of pch header from javaunohelper
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/inc/pch/precompiled_javaunohelper.cxx | 1 | ||||
-rw-r--r-- | javaunohelper/inc/pch/precompiled_javaunohelper.hxx | 1 | ||||
-rw-r--r-- | javaunohelper/source/bootstrap.cxx | 2 | ||||
-rw-r--r-- | javaunohelper/source/javaunohelper.cxx | 2 | ||||
-rw-r--r-- | javaunohelper/source/preload.cxx | 2 | ||||
-rw-r--r-- | javaunohelper/source/vm.cxx | 2 |
6 files changed, 0 insertions, 10 deletions
diff --git a/javaunohelper/inc/pch/precompiled_javaunohelper.cxx b/javaunohelper/inc/pch/precompiled_javaunohelper.cxx index 78f04ceafd7a..e5a2f60de99b 100644 --- a/javaunohelper/inc/pch/precompiled_javaunohelper.cxx +++ b/javaunohelper/inc/pch/precompiled_javaunohelper.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_javaunohelper.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/javaunohelper/inc/pch/precompiled_javaunohelper.hxx b/javaunohelper/inc/pch/precompiled_javaunohelper.hxx index 0f1ce4290d16..1f2bf34bf349 100644 --- a/javaunohelper/inc/pch/precompiled_javaunohelper.hxx +++ b/javaunohelper/inc/pch/precompiled_javaunohelper.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:50.311334 #ifdef PRECOMPILED_HEADERS #endif diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx index d29f7bef71eb..75f171c29a5a 100644 --- a/javaunohelper/source/bootstrap.cxx +++ b/javaunohelper/source/bootstrap.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include "osl/diagnose.h" diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx index e64fd7e97db9..018c83e67ff0 100644 --- a/javaunohelper/source/javaunohelper.cxx +++ b/javaunohelper/source/javaunohelper.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include <osl/diagnose.h> #include <osl/module.h> diff --git a/javaunohelper/source/preload.cxx b/javaunohelper/source/preload.cxx index 18ed40c16598..de7c2ec24bdb 100644 --- a/javaunohelper/source/preload.cxx +++ b/javaunohelper/source/preload.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include "jni.h" diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx index f9c82383b9da..5c44872abc38 100644 --- a/javaunohelper/source/vm.cxx +++ b/javaunohelper/source/vm.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include "sal/config.h" |