diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/MutableAttrList.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/transform/MutableAttrList.cxx b/xmloff/source/transform/MutableAttrList.cxx index 34bf74ce5ba3..7b99ae928e7c 100644 --- a/xmloff/source/transform/MutableAttrList.cxx +++ b/xmloff/source/transform/MutableAttrList.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MutableAttrList.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:21:27 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:15:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,8 @@ #include "MutableAttrList.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |