diff options
Diffstat (limited to 'xmloff/source/transform/ControlOOoTContext.cxx')
-rw-r--r-- | xmloff/source/transform/ControlOOoTContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/transform/ControlOOoTContext.cxx b/xmloff/source/transform/ControlOOoTContext.cxx index 2f332608da5e..a546d0ea3034 100644 --- a/xmloff/source/transform/ControlOOoTContext.cxx +++ b/xmloff/source/transform/ControlOOoTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ControlOOoTContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:21:47 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:13:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,8 @@ #include "TransformerBase.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; |