INTEGRATION: CWS updchk10 (1.5.38); FILE MERGED
2007/09/14 16:19:51 lo 1.5.38.1: #i81589# xml serialization
This commit is contained in:
parent
0a023b689a
commit
f17d2b870e
4 changed files with 9 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue