diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:03:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:03:18 +0000 |
commit | 48dbd5b21116ebe0f496213239046c2f099a4997 (patch) | |
tree | f4b3a9a1441895b1f965e30ed8d8aecfb088ef4b /framework/source | |
parent | 3f8d92bcc5d12d777a3b9df6ae218ea4605a2665 (diff) |
INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED
2006/09/01 17:29:13 kaib 1.3.202.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/interaction/stillinteraction.cxx | 7 | ||||
-rw-r--r-- | framework/source/jobs/configaccess.cxx | 7 | ||||
-rw-r--r-- | framework/source/jobs/helponstartup.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/framework/source/interaction/stillinteraction.cxx b/framework/source/interaction/stillinteraction.cxx index 36ffd55209c6..87ac0afa2aed 100644 --- a/framework/source/interaction/stillinteraction.cxx +++ b/framework/source/interaction/stillinteraction.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stillinteraction.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:34:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:02:50 $ * * 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_framework.hxx" + #include "interaction/stillinteraction.hxx" //_________________________________________________________________________________________________________________ diff --git a/framework/source/jobs/configaccess.cxx b/framework/source/jobs/configaccess.cxx index 5820acaf6885..30f2233b11f3 100644 --- a/framework/source/jobs/configaccess.cxx +++ b/framework/source/jobs/configaccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: configaccess.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:34:50 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:03:04 $ * * 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_framework.hxx" + //________________________________ // my own includes diff --git a/framework/source/jobs/helponstartup.cxx b/framework/source/jobs/helponstartup.cxx index 499fed6de85f..ed5fc739efdb 100644 --- a/framework/source/jobs/helponstartup.cxx +++ b/framework/source/jobs/helponstartup.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helponstartup.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:35:04 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:03:18 $ * * 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_framework.hxx" + //_______________________________________________ // include own header |