diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:55:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:55:09 +0000 |
commit | e3b63fbd2156aee7e8682046172ce0c72b68bc48 (patch) | |
tree | 2e92d00e3a4549adad2a429e70b6b05e6ef12848 /xmloff/source/style | |
parent | d0b5355424048fed96512603f662c18b2c56dc94 (diff) |
INTEGRATION: CWS impresstables2 (1.23.36); FILE MERGED
2007/08/01 14:35:30 cl 1.23.36.2: RESYNC: (1.23-1.24); FILE MERGED
2007/07/27 09:09:54 cl 1.23.36.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/xmlaustp.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx index 59f83ceb4b8c..3a5cbf906614 100644 --- a/xmloff/source/style/xmlaustp.cxx +++ b/xmloff/source/style/xmlaustp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlaustp.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:46:17 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:55:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,9 @@ using namespace ::std; -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |