diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:09:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:09:36 +0000 |
commit | 849cfd044edd9c2749d56a9f5924aed1c9edffb4 (patch) | |
tree | ae18034c6c3bc5f0ea45c9ed01b4bc2e4a15ea35 /ucb | |
parent | 9361778b7262e18f0dfaa92ab93a8788a59a6e68 (diff) |
INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED
2006/09/01 17:55:56 kaib 1.2.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/workben/cachemap/cachemapobjectcontainer2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/workben/cachemap/cachemapobjectcontainer2.cxx b/ucb/workben/cachemap/cachemapobjectcontainer2.cxx index 7718e0ef512c..57e32fe10072 100644 --- a/ucb/workben/cachemap/cachemapobjectcontainer2.cxx +++ b/ucb/workben/cachemap/cachemapobjectcontainer2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cachemapobjectcontainer2.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:20:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:09:36 $ * * 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_CACHEMAPOBJECTCONTAINER2_HXX #include "cachemapobjectcontainer2.hxx" #endif |