From fc42919e3322a8f258689457083ba4d0f2844ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 5 Dec 2006 11:05:01 +0000 Subject: [PATCH] #i71457# pch include statement added (patch by vq). --- basic/source/basmgr/basicmanagerrepository.cxx | 7 +++++-- basic/source/uno/sbmodule.cxx | 7 +++++-- basic/source/uno/sbservices.cxx | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index a128911a6820..36d723871638 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basicmanagerrepository.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-11-08 11:52:42 $ + * last change: $Author: rt $ $Date: 2006-12-05 12:05:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basic.hxx" + #ifndef BASICMANAGERREPOSITORY_HXX #include "basicmanagerrepository.hxx" #endif diff --git a/basic/source/uno/sbmodule.cxx b/basic/source/uno/sbmodule.cxx index 1732a944ad11..dce60dee8980 100644 --- a/basic/source/uno/sbmodule.cxx +++ b/basic/source/uno/sbmodule.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbmodule.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-11-08 11:54:24 $ + * last change: $Author: rt $ $Date: 2006-12-05 12:04:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basic.hxx" + #ifndef SBMODULE_HXX #include "sbmodule.hxx" #endif diff --git a/basic/source/uno/sbservices.cxx b/basic/source/uno/sbservices.cxx index 6470b7f1495e..52982357e0dc 100644 --- a/basic/source/uno/sbservices.cxx +++ b/basic/source/uno/sbservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbservices.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-11-08 11:54:45 $ + * last change: $Author: rt $ $Date: 2006-12-05 12:04:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basic.hxx" + #ifndef SBMODULE_HXX #include "sbmodule.hxx" #endif