diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:37:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:37:05 +0000 |
commit | 08d2c666d4908e0dc1c2a8b24ecab58f468baeb0 (patch) | |
tree | 372154de08a4811ef3d3c318849b8f139bf4237e /xmloff | |
parent | 6ff4ed5270c99f49a62459fa3caad43c7dd30d25 (diff) |
INTEGRATION: CWS impresstables2 (1.11.48); FILE MERGED
2007/08/01 14:13:37 cl 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED
2007/07/27 09:09:52 cl 1.11.48.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximp3dobject.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximp3dobject.cxx b/xmloff/source/draw/ximp3dobject.cxx index 0c4afd4f74d3..44fd407240a9 100644 --- a/xmloff/source/draw/ximp3dobject.cxx +++ b/xmloff/source/draw/ximp3dobject.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ximp3dobject.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:08:02 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:37:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,9 @@ #include <com/sun/star/drawing/DoubleSequence.hpp> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |