summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 11:29:29 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 11:29:29 +0000
commitee6f87f90df2359814197bfa37f07c818c76a999 (patch)
treee2054959f3afe26f14c2a9071235d7dc749233b9 /scripting
parentd9dab8e19b6996cf8ab52758ef54b729659072cb (diff)
INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED
2006/09/01 17:35:36 kaib 1.3.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/provider/ScriptImpl.cxx7
-rw-r--r--scripting/source/provider/URIHelper.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/scripting/source/provider/ScriptImpl.cxx b/scripting/source/provider/ScriptImpl.cxx
index 80789e1bac89..45390f466a1d 100644
--- a/scripting/source/provider/ScriptImpl.cxx
+++ b/scripting/source/provider/ScriptImpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ScriptImpl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:30:41 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:28:59 $
*
* 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"
+
#include <stdio.h>
#include "ScriptImpl.hxx"
diff --git a/scripting/source/provider/URIHelper.cxx b/scripting/source/provider/URIHelper.cxx
index 96e8ac440410..92a5dfcb276c 100644
--- a/scripting/source/provider/URIHelper.cxx
+++ b/scripting/source/provider/URIHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: URIHelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:31:42 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:29:29 $
*
* 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"
+
#include <com/sun/star/uri/XVndSunStarScriptUrl.hpp>
#include <rtl/ustrbuf.hxx>
#include "URIHelper.hxx"