summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/transform/ChartOOoTContext.cxx7
-rw-r--r--xmloff/source/transform/ControlOOoTContext.cxx7
2 files changed, 8 insertions, 6 deletions
diff --git a/xmloff/source/transform/ChartOOoTContext.cxx b/xmloff/source/transform/ChartOOoTContext.cxx
index 60eaf9fa7285..91fb880c36ab 100644
--- a/xmloff/source/transform/ChartOOoTContext.cxx
+++ b/xmloff/source/transform/ChartOOoTContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartOOoTContext.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:20:49 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:12:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,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;
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;