diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:07:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:07:11 +0000 |
commit | 38137fea44d025dedef7ff2b113997316504e21b (patch) | |
tree | b4f677db888ab9593fb6ad3a3dcd5dc1aef04c7f /unoxml | |
parent | fdb4ef84a7e1ee4067db95fba4946d19f76d63a6 (diff) |
INTEGRATION: CWS xmlfix2 (1.11.2); FILE MERGED
2008/05/15 17:26:44 mst 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED
2008/03/31 14:19:29 mst 1.11.2.1: - unoxml/source/dom/{document.hxx,node.hxx,documentbuilder{.hxx,.cxx}}:
+ fix mess resulting from "using namespace rtl"
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/node.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/node.hxx b/unoxml/source/dom/node.hxx index a970b5bab024..68e5c06e9a77 100644 --- a/unoxml/source/dom/node.hxx +++ b/unoxml/source/dom/node.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: node.hxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -54,7 +54,7 @@ #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <libxml/tree.h> -using namespace rtl; +using ::rtl::OUString; using namespace com::sun::star::uno; using namespace com::sun::star::xml::sax; using namespace com::sun::star::xml::dom; |