summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 14:39:23 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 14:39:23 +0000
commit182d84f30211fab2404a993e8f25df3ca3e4e4ce (patch)
tree8d93ad0614283ab3c8412eb2c6e87695e2ac6cb7
parent4c1acb3087a484b32432f33d30087a699e19a9f1 (diff)
INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED
2006/09/01 17:20:56 kaib 1.3.60.1: #i68856# Added header markers and pch files
-rw-r--r--configmgr/workben/local_io/cfglocal.cxx7
-rw-r--r--configmgr/workben/local_io/xmlexport.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/configmgr/workben/local_io/cfglocal.cxx b/configmgr/workben/local_io/cfglocal.cxx
index ae0f86a62921..1e439afa922d 100644
--- a/configmgr/workben/local_io/cfglocal.cxx
+++ b/configmgr/workben/local_io/cfglocal.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cfglocal.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:47:48 $
+ * last change: $Author: obo $ $Date: 2006-09-16 15:38:44 $
*
* 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_configmgr.hxx"
#define _PRIVATE_TEST_
#include <memory.h>
diff --git a/configmgr/workben/local_io/xmlexport.cxx b/configmgr/workben/local_io/xmlexport.cxx
index dce95764d741..9da3ede97982 100644
--- a/configmgr/workben/local_io/xmlexport.cxx
+++ b/configmgr/workben/local_io/xmlexport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlexport.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:49:50 $
+ * last change: $Author: obo $ $Date: 2006-09-16 15:39:23 $
*
* 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_configmgr.hxx"
+
#include<iostream>
#ifndef _OSL_FILE_HXX_