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 /basic/source/uno | |
parent | 5b350d5ddc1576a98b2b7533d180f32a175f8154 (diff) |
rmove include of pch header in basic
Diffstat (limited to 'basic/source/uno')
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/modsizeexceeded.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/namecont.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/sbmodule.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/sbservices.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
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> |