From f17d2b870e471b61c52626f98b4de4a58c6e7850 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 19 Nov 2007 15:44:03 +0000 Subject: [PATCH] INTEGRATION: CWS updchk10 (1.5.38); FILE MERGED 2007/09/14 16:19:51 lo 1.5.38.1: #i81589# xml serialization --- unoxml/source/dom/documenttype.hxx | 5 ++--- unoxml/source/dom/element.hxx | 5 ++--- unoxml/source/dom/elementlist.hxx | 7 +++---- unoxml/source/dom/entity.hxx | 5 ++--- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/unoxml/source/dom/documenttype.hxx b/unoxml/source/dom/documenttype.hxx index 0030f51d45e3..0cc0cc082b94 100644 --- a/unoxml/source/dom/documenttype.hxx +++ b/unoxml/source/dom/documenttype.hxx @@ -4,9 +4,9 @@ * * $RCSfile: documenttype.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:45:20 $ + * last change: $Author: ihi $ $Date: 2007-11-19 16:43:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,6 @@ using namespace rtl; using namespace com::sun::star::uno; -using namespace com::sun::star::lang; using namespace com::sun::star::xml::dom; namespace DOM diff --git a/unoxml/source/dom/element.hxx b/unoxml/source/dom/element.hxx index 74fc2b24fc18..def8da74b93b 100644 --- a/unoxml/source/dom/element.hxx +++ b/unoxml/source/dom/element.hxx @@ -4,9 +4,9 @@ * * $RCSfile: element.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:46:04 $ + * last change: $Author: ihi $ $Date: 2007-11-19 16:43:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,6 @@ using namespace rtl; using namespace com::sun::star::uno; -using namespace com::sun::star::lang; using namespace com::sun::star::xml::dom; namespace DOM diff --git a/unoxml/source/dom/elementlist.hxx b/unoxml/source/dom/elementlist.hxx index f78db634a445..c24b491528b6 100644 --- a/unoxml/source/dom/elementlist.hxx +++ b/unoxml/source/dom/elementlist.hxx @@ -4,9 +4,9 @@ * * $RCSfile: elementlist.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:46:28 $ + * last change: $Author: ihi $ $Date: 2007-11-19 16:43:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,6 @@ using namespace rtl; using namespace com::sun::star::uno; -using namespace com::sun::star::lang; using namespace com::sun::star::xml::dom; using namespace com::sun::star::xml::dom::events; @@ -60,7 +59,7 @@ namespace DOM { typedef std::vector< xmlNodePtr > nodevector; - class CElementList : public cppu::WeakImplHelper2< XNodeList, XEventListener > + class CElementList : public cppu::WeakImplHelper2< XNodeList, com::sun::star::xml::dom::events::XEventListener > { private: const CElement* m_pElement; diff --git a/unoxml/source/dom/entity.hxx b/unoxml/source/dom/entity.hxx index 66b03a92f0f7..702c71ea47a2 100644 --- a/unoxml/source/dom/entity.hxx +++ b/unoxml/source/dom/entity.hxx @@ -4,9 +4,9 @@ * * $RCSfile: entity.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:46:59 $ + * last change: $Author: ihi $ $Date: 2007-11-19 16:44:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,6 @@ using namespace rtl; using namespace com::sun::star::uno; -using namespace com::sun::star::lang; using namespace com::sun::star::xml::dom; namespace DOM