diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:51:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:51:52 +0000 |
commit | b42abc1d69e6be0ca5603739baabe7efb91a1181 (patch) | |
tree | 6a9a8a8ded6b14542007ced1685cab58cde9b04b /xmloff/source | |
parent | c3b97f6e19404b6c69820249bd9d317e2bd2ea0a (diff) |
INTEGRATION: CWS impresstables2 (1.21.36); FILE MERGED
2007/08/01 14:31:58 cl 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED
2007/07/27 09:09:54 cl 1.21.36.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/style/impastp4.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/impastp4.cxx b/xmloff/source/style/impastp4.cxx index 011ab2c7d73a..a8cfaeceb6fa 100644 --- a/xmloff/source/style/impastp4.cxx +++ b/xmloff/source/style/impastp4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: impastp4.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:40:10 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:51:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,9 @@ #endif using namespace ::std; -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |