diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:37:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:37:38 +0000 |
commit | 6c2a53a85cd8a4e726891ad49cf75c287ad4f998 (patch) | |
tree | 04983bb8c2d2a68b1d597e2ef5be43b0e5da4c0c /xmloff/source | |
parent | bb7000101860aadb1d0502ec54828f7e2565bb0a (diff) |
INTEGRATION: CWS impresstables2 (1.32.48); FILE MERGED
2007/08/01 14:14:11 cl 1.32.48.2: RESYNC: (1.32-1.34); FILE MERGED
2007/07/27 09:09:52 cl 1.32.48.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/ximpbody.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index b2da3088e707..e8547cf0a2d4 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpbody.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:32:47 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:37:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,7 +109,9 @@ #include <tools/string.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; ////////////////////////////////////////////////////////////////////////////// |