summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 13:20:45 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 13:20:45 +0000
commit3cc42ecd9bd332be9e17e5d7779e0516f5af2388 (patch)
tree23323d9ab84cdf437d6d24bdf2bc0e52e33d74de /ucb
parenta080aa666bc38373ce06b51edf37e0c25f6fc5e6 (diff)
INTEGRATION: CWS pj48 (1.7.34); FILE MERGED
2006/01/07 10:12:04 pjanik 1.7.34.1: #i53335#: Include system neon properly.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
index b1a0f7b40835..3166f184ff77 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:14:38 $
+ * last change: $Author: obo $ $Date: 2006-01-20 14:20:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,8 +36,12 @@
#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_
#include <osl/diagnose.h>