summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 12:15:47 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 12:15:47 +0000
commit8332c5d5dc37b34975df333f4d71c9acb5c80e6b (patch)
tree3f7fb8934bdc9ac401912ab804864ec2c00f9211 /sc/source/filter/xml/XMLExportIterator.cxx
parent4db36ca480b7f92da354bb353bdb88d3c0a079ab (diff)
INTEGRATION: CWS impresstables2 (1.44.40); FILE MERGED
2007/07/30 14:39:32 cl 1.44.40.1: fixed namespace errors
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.cxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.cxx b/sc/source/filter/xml/XMLExportIterator.cxx
index 8893a9f4bcdd..63ce5e2ea604 100644
--- a/sc/source/filter/xml/XMLExportIterator.cxx
+++ b/sc/source/filter/xml/XMLExportIterator.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLExportIterator.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 12:45:56 $
+ * last change: $Author: rt $ $Date: 2008-03-12 13:15:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@
#include <algorithm>
-using namespace ::rtl;
+using ::rtl::OUString;
using namespace ::com::sun::star;
//==============================================================================