From 58bf3527c6bef3b432343406bbfbd9a5beb227aa Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 10:15:43 +0000 Subject: 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 --- xmloff/source/transform/ProcAddAttrTContext.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xmloff/source/transform/ProcAddAttrTContext.cxx') 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 #endif -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; using namespace ::xmloff::token; -- cgit