diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:15:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:15:43 +0000 |
commit | 58bf3527c6bef3b432343406bbfbd9a5beb227aa (patch) | |
tree | 2d672e64bef539985f9b60049fbf36ec2ce7ab2b /xmloff/source/transform | |
parent | 9c2d6a09b29dcdc3de3c5871c2ed7633dcba76c4 (diff) |
INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED
2007/08/01 14:57:12 cl 1.4.80.2: RESYNC: (1.4-1.5); 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')
-rw-r--r-- | xmloff/source/transform/ProcAddAttrTContext.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/transform/ProcAddAttrTContext.cxx b/xmloff/source/transform/ProcAddAttrTContext.cxx index a610b967bd5a..95eb5ab71721 100644 --- a/xmloff/source/transform/ProcAddAttrTContext.cxx +++ b/xmloff/source/transform/ProcAddAttrTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ProcAddAttrTContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:22:59 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:15:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,8 @@ #include <xmloff/nmspmap.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; |