From 6e2dc1fff872c0615831348b928418ff0cac7f1a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 6 Jun 2008 11:05:40 +0000 Subject: INTEGRATION: CWS xmlfix2 (1.10.2); FILE MERGED 2008/05/15 17:26:23 mst 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/31 14:19:29 mst 1.10.2.1: - unoxml/source/dom/{document.hxx,node.hxx,documentbuilder{.hxx,.cxx}}: + fix mess resulting from "using namespace rtl" --- unoxml/source/dom/document.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx index a9d225102b35..88ad24896621 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: document.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -56,7 +56,7 @@ #include using namespace std; -using namespace rtl; +using ::rtl::OUString; using namespace com::sun::star; using namespace com::sun::star::uno; using namespace com::sun::star::lang; -- cgit