summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 09:40:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 09:40:04 +0000
commit1467a764452cdb68bd413bc0c44ddf029be586b0 (patch)
tree2081d840b196dd673787c24df8d7942842e7dab4
parent57516dcbf4a6b8dcc1208e0c1db6ae87f15b4107 (diff)
INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED
2006/09/01 17:59:43 kaib 1.16.34.1: #i68856# Added header markers and pch files
-rw-r--r--xmloff/source/meta/xmlmetae.cxx7
-rw-r--r--xmloff/source/script/XMLEventExport.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index ea0040e137ac..498c2dde3a87 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlmetae.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:21:42 $
+ * last change: $Author: obo $ $Date: 2006-09-17 10:39:24 $
*
* 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_xmloff.hxx"
+
#include <tools/debug.hxx>
#include <tools/inetdef.hxx>
#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index 489802421bf0..c7d3b8f55587 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLEventExport.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:22:19 $
+ * last change: $Author: obo $ $Date: 2006-09-17 10:40:04 $
*
* 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_xmloff.hxx"
+
#ifndef _XMLOFF_XMLEVENTEXPORT_HXX
#include "XMLEventExport.hxx"
#endif