diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:28:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:28:45 +0000 |
commit | 11b4c157906a7d9520a377a4722851cfbfbf035a (patch) | |
tree | fc5b2d6ef0a48480470a576127575ec9c789ab14 /xmloff/source/core | |
parent | b56ef43b15605c57849db62a6c32b51337555da4 (diff) |
INTEGRATION: CWS impresstables2 (1.12.70); FILE MERGED
2007/08/01 14:05:59 cl 1.12.70.2: RESYNC: (1.12-1.14); FILE MERGED
2007/07/27 09:09:50 cl 1.12.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/attrlist.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/core/attrlist.cxx b/xmloff/source/core/attrlist.cxx index e5680fd006ec..dbbcd827aafd 100644 --- a/xmloff/source/core/attrlist.cxx +++ b/xmloff/source/core/attrlist.cxx @@ -4,9 +4,9 @@ * * $RCSfile: attrlist.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2007-07-06 09:43:11 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:28:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,8 @@ #include <xmloff/attrlist.hxx> -using namespace ::rtl; +using ::rtl::OUString; + using namespace ::osl; using namespace ::com::sun::star; using namespace ::xmloff::token; |