diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:07:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:07:26 +0000 |
commit | d6cb1483f8b91a41e91adc090f56659fb08632eb (patch) | |
tree | 5cc6f15549b9f619b7fbb052fdfee79aefa35b38 /ucb | |
parent | 36f5f82c096bf1cf2394574d384acddd2151a813 (diff) |
INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED
2006/09/01 17:55:54 kaib 1.13.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx index b251a6fb57fd..d396ca7848c9 100644 --- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx +++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UCBDeadPropertyValue.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:01:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:07:26 $ * * 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 <string.h> #ifndef NE_XML_H |