summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 11:30:47 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 11:30:47 +0000
commit31d2a023689b9f98c039739d0962bda9d21e98f2 (patch)
tree7aecd407883f97e94ee93fe5bd907eac880acc65 /scripting
parentdb553b504d0ca5e75c37fc7ad5d460b7cbac38d5 (diff)
INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED
2006/09/01 17:35:37 kaib 1.8.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/runtimemgr/StorageBridge.cxx7
-rw-r--r--scripting/source/storage/ScriptElement.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/scripting/source/runtimemgr/StorageBridge.cxx b/scripting/source/runtimemgr/StorageBridge.cxx
index ba3cb3dbe211..ba4271283cd9 100644
--- a/scripting/source/runtimemgr/StorageBridge.cxx
+++ b/scripting/source/runtimemgr/StorageBridge.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: StorageBridge.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:34:11 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:30:16 $
*
* 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/lang/XMultiComponentFactory.hpp>
#include <drafts/com/sun/star/script/framework/storage/XScriptStorageManager.hpp>
diff --git a/scripting/source/storage/ScriptElement.cxx b/scripting/source/storage/ScriptElement.cxx
index c2db262c6aeb..1d5ab4db1558 100644
--- a/scripting/source/storage/ScriptElement.cxx
+++ b/scripting/source/storage/ScriptElement.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ScriptElement.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:35:40 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:30:47 $
*
* 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 "ScriptElement.hxx"
#include <util/util.hxx>