diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 11:05:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 11:05:01 +0000 |
commit | fc42919e3322a8f258689457083ba4d0f2844ad3 (patch) | |
tree | 00cbfec6994cdb6e0514ffa7e0550a43326d0962 /basic | |
parent | 74f349cb28093aeb40179c5ae881e180a8e927fa (diff) |
#i71457# pch include statement added (patch by vq).
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basicmanagerrepository.cxx | 7 | ||||
-rw-r--r-- | basic/source/uno/sbmodule.cxx | 7 | ||||
-rw-r--r-- | 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 |