summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 10:13:29 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 10:13:29 +0000
commit45a5425401b8cae2f5e512a42d0e4b9bcdf34e20 (patch)
treee850444d72d6c877936a9c0e1b88622cfce4adc7
parentc44de2ef6a95571f09ac853cf6920a71f4551273 (diff)
INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED
2007/07/27 09:09:59 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r--xmloff/source/transform/DlgOASISTContext.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/transform/DlgOASISTContext.cxx b/xmloff/source/transform/DlgOASISTContext.cxx
index 94bdfdf03a6e..e59630025898 100644
--- a/xmloff/source/transform/DlgOASISTContext.cxx
+++ b/xmloff/source/transform/DlgOASISTContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DlgOASISTContext.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:22:36 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:13:29 $
*
* 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;