From 3589804ba21b6b4423c32f2d49736578a8b9a47e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 19 Nov 2007 15:44:41 +0000 Subject: [PATCH] INTEGRATION: CWS updchk10 (1.8.38); FILE MERGED 2007/09/14 16:19:52 lo 1.8.38.1: #i81589# xml serialization --- unoxml/source/dom/node.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unoxml/source/dom/node.hxx b/unoxml/source/dom/node.hxx index 36a017f2cd47..c00b5e78517c 100644 --- a/unoxml/source/dom/node.hxx +++ b/unoxml/source/dom/node.hxx @@ -4,9 +4,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:47:33 $ + * last change: $Author: ihi $ $Date: 2007-11-19 16:44:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,9 +60,9 @@ 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; +using com::sun::star::lang::XUnoTunnel; namespace DOM {