diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:09:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:09:09 +0000 |
commit | 9361778b7262e18f0dfaa92ab93a8788a59a6e68 (patch) | |
tree | 7987c5427ffcd649912c680c36dcc25778d9194c /ucb/workben | |
parent | 92b5a569ba51c995e17043dfb29adb0f0821537e (diff) |
INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED
2006/09/01 17:55:55 kaib 1.2.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/cachemap/cachemapobject1.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/workben/cachemap/cachemapobject1.cxx b/ucb/workben/cachemap/cachemapobject1.cxx index 124a32959f7a..1830bfe108c7 100644 --- a/ucb/workben/cachemap/cachemapobject1.cxx +++ b/ucb/workben/cachemap/cachemapobject1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cachemapobject1.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:19:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:09:09 $ * * 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 |