diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:33:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:33:21 +0000 |
commit | 7ca20998e02ec5f35f2359ef558ba61d8a94cb6a (patch) | |
tree | 0bb36421b89ea9da2150b3027a56e871b879bfd3 /xmloff/source/draw | |
parent | 7cfbff7d9d97f9fbace36368865e8ff21c44aba9 (diff) |
INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED
2007/08/01 14:10:55 cl 1.8.80.2: RESYNC: (1.8-1.11); FILE MERGED
2007/07/27 09:09:51 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/layerimp.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/draw/layerimp.cxx b/xmloff/source/draw/layerimp.cxx index 2a8c80aacfbd..a83105fcb08d 100644 --- a/xmloff/source/draw/layerimp.cxx +++ b/xmloff/source/draw/layerimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: layerimp.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-29 13:48:32 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:33:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,10 +79,11 @@ #include "layerimp.hxx" #endif -#include <xmloff/xmltoken.hxx> +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + #include "XMLStringBufferImportContext.hxx" -using namespace ::rtl; using namespace ::std; using namespace ::cppu; using namespace ::xmloff::token; |