diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:06:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:06:59 +0000 |
commit | d0ac7137eb08c4b3de86e95da05ad12fb58e7f40 (patch) | |
tree | 5ec3d6fef74947c126d50408ba8cadd31184049e /ucb | |
parent | ec9be138df51131d63c58d3e380b3e30ae182fe6 (diff) |
INTEGRATION: CWS pchfix02 (1.41.16); FILE MERGED
2006/09/01 17:55:54 kaib 1.41.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonSession.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx index abf9a389f24d..79a53b79ad3b 100644 --- a/ucb/source/ucp/webdav/NeonSession.cxx +++ b/ucb/source/ucp/webdav/NeonSession.cxx @@ -4,9 +4,9 @@ * * $RCSfile: NeonSession.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: kz $ $Date: 2006-07-19 09:35:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:06:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_ucb.hxx" #include <hash_map> #include <string.h> |