diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:17:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:17:56 +0000 |
commit | 863820a7031c7c27710a9cd69d5838916ee467fd (patch) | |
tree | 7866f58040d1896103f3484898343e5cf8db2479 /ucb | |
parent | 1db54d34799aec96b23d9c1c1b19cd8090368281 (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')
-rw-r--r-- | ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx | 8 |
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_ |