diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:55:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:55:29 +0000 |
commit | edde3331be41c6a4114c0ac1956e65ff03cd8b21 (patch) | |
tree | 417efc3b9ca835dea51d008295dc250294fdb370 /xmloff/source | |
parent | e3b63fbd2156aee7e8682046172ce0c72b68bc48 (diff) |
INTEGRATION: CWS impresstables2 (1.24.46); FILE MERGED
2007/10/11 21:32:46 cl 1.24.46.3: RESYNC: (1.25-1.26); FILE MERGED
2007/08/01 14:35:37 cl 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED
2007/07/27 09:09:55 cl 1.24.46.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/style/xmlbahdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlbahdl.cxx b/xmloff/source/style/xmlbahdl.cxx index 95183d1afbcc..39d61e522a23 100644 --- a/xmloff/source/style/xmlbahdl.cxx +++ b/xmloff/source/style/xmlbahdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlbahdl.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2007-08-03 12:54:42 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:55:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,9 @@ #include <xmloff/xmltoken.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star::uno; using namespace ::xmloff::token; |