summaryrefslogtreecommitdiff
path: root/ucb/workben
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 13:10:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 13:10:04 +0000
commitf640bc78f16c3fc3722eee95783540f766bdc883 (patch)
treeca038068c1870d4296c03284f657ce9986e72ca8 /ucb/workben
parent849cfd044edd9c2749d56a9f5924aed1c9edffb4 (diff)
INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED
2006/09/01 17:55:56 kaib 1.3.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/workben')
-rw-r--r--ucb/workben/cachemap/cachemapobject3.cxx7
-rw-r--r--ucb/workben/cachemap/cachemaptest.cxx7
-rw-r--r--ucb/workben/ucb/srcharg.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/ucb/workben/cachemap/cachemapobject3.cxx b/ucb/workben/cachemap/cachemapobject3.cxx
index 524d2ff29d86..fffad45dcbc5 100644
--- a/ucb/workben/cachemap/cachemapobject3.cxx
+++ b/ucb/workben/cachemap/cachemapobject3.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cachemapobject3.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:20:09 $
+ * last change: $Author: obo $ $Date: 2006-09-17 14:09: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_ucb.hxx"
+
#ifndef INCLUDED_UCB_CACHEMAPOBJECT3_HXX
#include "cachemapobject3.hxx"
#endif
diff --git a/ucb/workben/cachemap/cachemaptest.cxx b/ucb/workben/cachemap/cachemaptest.cxx
index 83f0533b05d9..bcdefc5f9cba 100644
--- a/ucb/workben/cachemap/cachemaptest.cxx
+++ b/ucb/workben/cachemap/cachemaptest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cachemaptest.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:21:23 $
+ * last change: $Author: obo $ $Date: 2006-09-17 14:09:50 $
*
* 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_ucb.hxx"
+
#ifndef INCLUDED_UCB_CACHEMAPOBJECT1_HXX
#include "cachemapobject1.hxx"
#endif
diff --git a/ucb/workben/ucb/srcharg.cxx b/ucb/workben/ucb/srcharg.cxx
index a8aa5b47392e..94f28f0ea55b 100644
--- a/ucb/workben/ucb/srcharg.cxx
+++ b/ucb/workben/ucb/srcharg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: srcharg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:22:22 $
+ * last change: $Author: obo $ $Date: 2006-09-17 14:10: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_ucb.hxx"
+
#include <limits>
#ifndef _COM_SUN_STAR_UCB_RULEOPERATOR_HPP_