summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 13:04:13 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 13:04:13 +0000
commitb871e8c9f0b9a30e3842f5e23c04f9a7e713c5fc (patch)
treeaf520de39da9215f9c165b383baae8a37438a968 /ucb
parenta75402cf137cf9afb653c584f1da3964a047f8ca (diff)
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:55:52 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/DAVProperties.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVProperties.cxx b/ucb/source/ucp/webdav/DAVProperties.cxx
index 95aac7bfadd7..6d8bd0716bd0 100644
--- a/ucb/source/ucp/webdav/DAVProperties.cxx
+++ b/ucb/source/ucp/webdav/DAVProperties.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DAVProperties.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:06:14 $
+ * last change: $Author: obo $ $Date: 2006-09-17 14:04:13 $
*
* 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 _DAVPROPERTIES_HXX_