diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:04:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:04:27 +0000 |
commit | 74e1447d4337ea621a0a350a00dee3d85ba1d914 (patch) | |
tree | 4b4a50f9ed6454c075909551b50b9850f61aa77a /ucb/source | |
parent | b871e8c9f0b9a30e3842f5e23c04f9a7e713c5fc (diff) |
INTEGRATION: CWS pchfix02 (1.20.20); FILE MERGED
2006/09/01 17:55:53 kaib 1.20.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/DAVResourceAccess.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.cxx b/ucb/source/ucp/webdav/DAVResourceAccess.cxx index 2e6fb56f4949..91d0a80de687 100644 --- a/ucb/source/ucp/webdav/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav/DAVResourceAccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVResourceAccess.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:34:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:04:27 $ * * 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 _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |