summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:17:56 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:17:56 +0000
commit863820a7031c7c27710a9cd69d5838916ee467fd (patch)
tree7866f58040d1896103f3484898343e5cf8db2479 /ucb/source
parent1db54d34799aec96b23d9c1c1b19cd8090368281 (diff)
INTEGRATION: CWS pj49 (1.8.2); FILE MERGED
2006/01/27 18:51:13 pjanik 1.8.2.1: #i61188#: Include system neon really properly.
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
index 3166f184ff77..561569d22bce 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 14:20:45 $
+ * last change: $Author: kz $ $Date: 2006-01-31 18:17:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,11 +36,7 @@
#include <string.h>
#ifndef NE_XML_H
-#ifdef SYSTEM_NEON
#include <ne_xml.h>
-#else
-#include <neon/ne_xml.h>
-#endif
#endif
#ifndef _OSL_DIAGNOSE_H_