diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:31:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:31:59 +0000 |
commit | bccd94400acfb0e74756d4794ce70a3fcd6dbbf9 (patch) | |
tree | d1bd3cfb029bd8c69868c361dee89243a20031a8 /xmloff/source/draw | |
parent | 681cdc1f196c7da7a955af5aa7fb5729b18d63d5 (diff) |
INTEGRATION: CWS impresstables2 (1.20.46); FILE MERGED
2007/08/01 14:09:54 cl 1.20.46.2: RESYNC: (1.20-1.21); FILE MERGED
2007/07/27 09:09:51 cl 1.20.46.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/animexp.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx index 60c6b95c0ea3..33f831598a13 100644 --- a/xmloff/source/draw/animexp.cxx +++ b/xmloff/source/draw/animexp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animexp.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:01:18 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:31:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,9 @@ #include "anim.hxx" #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star; |