diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:33:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:33:41 +0000 |
commit | ca35f57541549ac0edfbbe79c79887fd5ea8ddba (patch) | |
tree | 5cc146411101d81acb77d6ec116f8c977846752b /xmloff/source/draw | |
parent | 7ca20998e02ec5f35f2359ef558ba61d8a94cb6a (diff) |
INTEGRATION: CWS impresstables2 (1.14.46); FILE MERGED
2007/08/01 14:11:22 cl 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED
2007/07/27 09:09:51 cl 1.14.46.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/propimp0.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx index 6c5a20d44027..89b67d4f7e56 100644 --- a/xmloff/source/draw/propimp0.cxx +++ b/xmloff/source/draw/propimp0.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propimp0.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:04:01 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:33:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,7 +68,9 @@ #include <xmloff/xmlimp.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; ////////////////////////////////////////////////////////////////////////////// |