diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:05:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:05:40 +0000 |
commit | 6e2dc1fff872c0615831348b928418ff0cac7f1a (patch) | |
tree | ee7ae2b8ddca3e4d48bc981d9079a53c73b8214b /unoxml | |
parent | e26a9e10449b96f294ccc1d816dec7f5084466dc (diff) |
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"
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/document.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <libxml/tree.h> 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; |