diff options
-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 |