summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-27 11:13:25 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-27 11:13:25 +0000
commitf64289593f033e479bc45a90365c0d84b4aeab16 (patch)
tree3d9f6f75ac6baa13b7011ec7b64debf401fd120f /ucb
parent6290dfacf9509c71312f90ab584c90ea6e2963ac (diff)
INTEGRATION: CWS kso13 (1.3.216); FILE MERGED
2005/01/06 09:09:19 kso 1.3.216.2: #i39925# - Adapted to API changes in updated neon version. 2005/01/06 09:01:58 kso 1.3.216.1: #i39925# - Adapted to API changes in updated neon version.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/LockEntrySequence.hxx15
-rw-r--r--ucb/source/ucp/webdav/LockSequence.hxx15
2 files changed, 4 insertions, 26 deletions
diff --git a/ucb/source/ucp/webdav/LockEntrySequence.hxx b/ucb/source/ucp/webdav/LockEntrySequence.hxx
index f0de23dddfe7..1c3d85d30ee5 100644
--- a/ucb/source/ucp/webdav/LockEntrySequence.hxx
+++ b/ucb/source/ucp/webdav/LockEntrySequence.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: LockEntrySequence.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2002-08-22 11:37:30 $
+ * last change: $Author: obo $ $Date: 2005-01-27 12:12:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,10 +62,6 @@
#ifndef _LOCKENTRYSEQUENCE_HXX_
#define _LOCKENTRYSEQUENCE_HXX_
-#ifndef NE_XML_H
-#include <neon/ne_xml.h>
-#endif
-
#ifndef _RTL_STRING_HXX_
#include <rtl/string.hxx>
#endif
@@ -76,18 +72,11 @@
#include <com/sun/star/ucb/LockEntry.hpp>
#endif
-#ifndef _DAVTYPES_HXX_
-#include "DAVTypes.hxx"
-#endif
-
namespace webdav_ucp
{
class LockEntrySequence
{
-private:
- static const ne_xml_elm elements[];
-
public:
static bool createFromXML( const rtl::OString & rInData,
com::sun::star::uno::Sequence<
diff --git a/ucb/source/ucp/webdav/LockSequence.hxx b/ucb/source/ucp/webdav/LockSequence.hxx
index 5078de845183..d60c395d25f0 100644
--- a/ucb/source/ucp/webdav/LockSequence.hxx
+++ b/ucb/source/ucp/webdav/LockSequence.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: LockSequence.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2002-08-22 11:37:31 $
+ * last change: $Author: obo $ $Date: 2005-01-27 12:13:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,10 +62,6 @@
#ifndef _LOCKSEQUENCE_HXX_
#define _LOCKSEQUENCE_HXX_
-#ifndef NE_XML_H
-#include <neon/ne_xml.h>
-#endif
-
#ifndef _RTL_STRING_HXX_
#include <rtl/string.hxx>
#endif
@@ -76,18 +72,11 @@
#include <com/sun/star/ucb/Lock.hpp>
#endif
-#ifndef _DAVTYPES_HXX_
-#include "DAVTypes.hxx"
-#endif
-
namespace webdav_ucp
{
class LockSequence
{
-private:
- static const ne_xml_elm elements[];
-
public:
static bool createFromXML( const rtl::OString & rInData,
com::sun::star::uno::Sequence<