diff options
-rw-r--r-- | xmloff/source/transform/ProcAddAttrTContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/transform/ProcAddAttrTContext.cxx b/xmloff/source/transform/ProcAddAttrTContext.cxx index a610b967bd5a..95eb5ab71721 100644 --- a/xmloff/source/transform/ProcAddAttrTContext.cxx +++ b/xmloff/source/transform/ProcAddAttrTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ProcAddAttrTContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:22:59 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:15:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,8 @@ #include <xmloff/nmspmap.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; using namespace ::xmloff::token; |