summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 07:15:39 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 07:15:39 +0000
commit57e40d52dceb2a4fbcf5f14d8542d5877ed6d6b8 (patch)
treee6892c448f5296dd3ba9dbf940131a1f68195926 /idlc
parente40ead44c4ab7d158cfe8c0ea0758f106ffaa376 (diff)
INTEGRATION: CWS pchfix02 (1.2.8); FILE MERGED
2006/09/01 17:31:15 kaib 1.2.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/wrap_parser.cxx7
-rw-r--r--idlc/source/wrap_scanner.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/idlc/source/wrap_parser.cxx b/idlc/source/wrap_parser.cxx
index 4f575bbc0cd6..fafeb5b68f62 100644
--- a/idlc/source/wrap_parser.cxx
+++ b/idlc/source/wrap_parser.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrap_parser.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:50:16 $
+ * last change: $Author: obo $ $Date: 2006-09-17 08:15:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,4 +33,7 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_idlc.hxx"
+
#include "parser.cxx"
diff --git a/idlc/source/wrap_scanner.cxx b/idlc/source/wrap_scanner.cxx
index 98ebb28f7f75..837ee6a51bb7 100644
--- a/idlc/source/wrap_scanner.cxx
+++ b/idlc/source/wrap_scanner.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrap_scanner.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:50:26 $
+ * last change: $Author: obo $ $Date: 2006-09-17 08:15:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,4 +33,7 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_idlc.hxx"
+
#include "scanner.cxx"