summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextColumnsExport.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 10:01:41 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 10:01:41 +0000
commit8f2ce4efa39e733bfd19093924d5a0375291ac4c (patch)
tree359e6ee5389deec64391109bfa4c58bd47b1b997 /xmloff/source/text/XMLTextColumnsExport.cxx
parente077f9fb0859a1143b7349465dcc947edb55f845 (diff)
INTEGRATION: CWS impresstables2 (1.12.12); FILE MERGED
2007/08/01 14:48:36 cl 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/26 16:52:53 cl 1.12.12.1: #i68103# removed usage of using namespace ::rtl
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsExport.cxx')
-rw-r--r--xmloff/source/text/XMLTextColumnsExport.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextColumnsExport.cxx b/xmloff/source/text/XMLTextColumnsExport.cxx
index b424e4f04d95..362458aa9d4f 100644
--- a/xmloff/source/text/XMLTextColumnsExport.cxx
+++ b/xmloff/source/text/XMLTextColumnsExport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTextColumnsExport.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 16:07:48 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:01:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,7 +80,8 @@ using namespace ::com::sun::star::style;
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
-using namespace ::rtl;
+using ::rtl::OUString;
+using ::rtl::OUStringBuffer;
using namespace ::xmloff::token;