diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:13:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:13:15 +0000 |
commit | c44de2ef6a95571f09ac853cf6920a71f4551273 (patch) | |
tree | ea4416e029a3d3fe32b61acc61594509fd9c66e4 /xmloff/source/transform/ChartOOoTContext.cxx | |
parent | a2046d1303ec7da0d8c456cd39ff16256eccf2d2 (diff) |
INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED
2007/07/27 09:09:59 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/transform/ChartOOoTContext.cxx')
-rw-r--r-- | xmloff/source/transform/ChartOOoTContext.cxx | 7 |
1 files changed, 4 insertions, 3 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; |