summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 16:05:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 16:05:39 +0000
commit11012502b29b513f1426a2af1729566ccbba2db4 (patch)
treec8a36629de5d1a31cdda89afc555d1063f8a9066
parentf8b24bff0ef140de8e1be59352c261beb4a43f04 (diff)
INTEGRATION: CWS ooo20040704 (1.3.194); FILE MERGED
2004/06/28 14:35:44 cmc 1.3.194.1: #i30801# allow using system libs if possible
-rw-r--r--ucb/source/ucp/webdav/DAVTypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/DAVTypes.hxx b/ucb/source/ucp/webdav/DAVTypes.hxx
index 56f25ff9e477..a7d159a8da4e 100644
--- a/ucb/source/ucp/webdav/DAVTypes.hxx
+++ b/ucb/source/ucp/webdav/DAVTypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DAVTypes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2001-05-16 15:29:59 $
+ * last change: $Author: rt $ $Date: 2004-09-08 17:05:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ struct DAVCapabilities
DAVCapabilities() : class1( false ), class2( false ), executable( false ) {}
};
-enum Depth { ZERO = 0, ONE = 1, INFINITY = -1 };
+enum Depth { DAVZERO = 0, DAVONE = 1, DAVINFINITY = -1 };
enum ProppatchOperation { PROPSET = 0, PROPREMOVE = 1 };