diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:39:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:39:20 +0000 |
commit | 2248c068c9441dd50d831b7ec8b120d66ce6fe4e (patch) | |
tree | 443466984ef2c807cbf21a2174920bfe17e21a50 /xmloff/source/draw | |
parent | 35fd22350aa6e8c90c81990a752a4e27e544ce4c (diff) |
INTEGRATION: CWS impresstables2 (1.10.80); FILE MERGED
2007/08/01 14:15:45 cl 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED
2007/07/27 09:09:52 cl 1.10.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/ximpshow.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpshow.cxx b/xmloff/source/draw/ximpshow.cxx index 2cbe86e1fb61..f61a8ca28d05 100644 --- a/xmloff/source/draw/ximpshow.cxx +++ b/xmloff/source/draw/ximpshow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpshow.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:11:56 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:39:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,7 +86,9 @@ #include "ximpshow.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star; |