diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:42:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:42:34 +0000 |
commit | 09821909bf63300d741efabcfe350b4fd4a7a6ac (patch) | |
tree | d5301219d7fe041edca7b9861ffb7cdd50ddc500 /ucb/source/cacher/cacheserv.cxx | |
parent | 7a030ac9baf36b3ca56a90e2760b97339488610b (diff) |
INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED
2006/09/01 17:55:37 kaib 1.5.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/source/cacher/cacheserv.cxx')
-rw-r--r-- | ucb/source/cacher/cacheserv.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/cacher/cacheserv.cxx b/ucb/source/cacher/cacheserv.cxx index 4bda5c2ae501..4fa0f3fe30bd 100644 --- a/ucb/source/cacher/cacheserv.cxx +++ b/ucb/source/cacher/cacheserv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cacheserv.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:15:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:42:34 $ * * 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 _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #endif |