summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-02-19 09:07:55 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-02-19 09:07:55 +0000
commit4d70b0462e985b1d970962b9e316c83139026c67 (patch)
treeadb519ab8ba48b05bebbad7065e9f340c062a308 /ucb
parent2a1288fcfd4dfeb2c22674d6acb04db10a0a45ec (diff)
Use old neon propfind interface even if SUPD>614 (neon not yet updated)!
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/NeonTypes.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/NeonTypes.hxx b/ucb/source/ucp/webdav/NeonTypes.hxx
index b6a707e82465..e621b97b4332 100644
--- a/ucb/source/ucp/webdav/NeonTypes.hxx
+++ b/ucb/source/ucp/webdav/NeonTypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: NeonTypes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2001-02-15 11:04:48 $
+ * last change: $Author: kso $ $Date: 2001-02-19 10:07:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,8 @@
#ifndef _NEONTYPES_HXX_
#define _NEONTYPES_HXX_
-#if SUPD<=614
+// Activate after switching to neon > v0.11.0
#define OLD_NEON_PROPFIND_INTERFACE
-#endif
#include <http_basic.h>
#include <http_request.h>