diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:31:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:31:19 +0000 |
commit | 94e610ae1d0afa737040e4a69017c9626b68e078 (patch) | |
tree | 240051e463e4adaec3ec7b2b3c73244aab3ab793 | |
parent | 31d2a023689b9f98c039739d0962bda9d21e98f2 (diff) |
INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED
2006/09/01 17:35:37 kaib 1.12.36.1: #i68856# Added header markers and pch files
-rw-r--r-- | scripting/source/storage/ScriptInfo.cxx | 7 | ||||
-rw-r--r-- | scripting/source/storage/ScriptMetadataImporter.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/scripting/source/storage/ScriptInfo.cxx b/scripting/source/storage/ScriptInfo.cxx index 0e18645f1868..995c022cd674 100644 --- a/scripting/source/storage/ScriptInfo.cxx +++ b/scripting/source/storage/ScriptInfo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ScriptInfo.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:36:08 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:31:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_scripting.hxx" #include <cppuhelper/implementationentry.hxx> #include <hash_map> diff --git a/scripting/source/storage/ScriptMetadataImporter.cxx b/scripting/source/storage/ScriptMetadataImporter.cxx index 6e82dbf0d3ab..3b52a3d09013 100644 --- a/scripting/source/storage/ScriptMetadataImporter.cxx +++ b/scripting/source/storage/ScriptMetadataImporter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ScriptMetadataImporter.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:36:54 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:31:19 $ * * 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_scripting.hxx" + #ifdef _DEBUG #include <stdio.h> #endif |