diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:43:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:43:08 +0000 |
commit | 5dc6a441344aba3eaf2a009a19bd731911796090 (patch) | |
tree | b15bce130484f0efdf04c360e0808e53a9ad75fd /ucb/source | |
parent | 0d03e1f21bda8ad413053f24bcdbd7b2b0a145cf (diff) |
INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED
2006/09/01 17:55:38 kaib 1.5.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/cacher/dynamicresultsetwrapper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx index 61944347d87e..c855b0fbedac 100644 --- a/ucb/source/cacher/dynamicresultsetwrapper.cxx +++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dynamicresultsetwrapper.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:16:00 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:43:08 $ * * 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 <dynamicresultsetwrapper.hxx> #ifndef _UCBHELPER_MACROS_HXX |