diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:16:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:16:29 +0000 |
commit | cb1a323ad715cac2cc36768393f29a04abe56487 (patch) | |
tree | a1c8778f5a98e1e33213621a7bfbb9003f1e9b1b /xmloff/source/transform/FlatTContext.cxx | |
parent | 0d066bf857b361a2fbce1fe543626aa251997365 (diff) |
INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED
2007/07/27 09:10:00 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/transform/FlatTContext.cxx')
-rw-r--r-- | xmloff/source/transform/FlatTContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/transform/FlatTContext.cxx b/xmloff/source/transform/FlatTContext.cxx index 1ab19dc85798..eea66e0101f1 100644 --- a/xmloff/source/transform/FlatTContext.cxx +++ b/xmloff/source/transform/FlatTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FlatTContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:23:49 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:14:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,8 @@ #include "TransformerBase.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; |