diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:49:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:49:10 +0000 |
commit | 20a143c191751deea3dcd12134880fb5e52a6e42 (patch) | |
tree | 505a29692f53e8f7bc5c9ee70c74acb15a40fa04 /xmloff/source/style | |
parent | b371d1f7e524459bd0ac60a897da3b4a8a3befe4 (diff) |
INTEGRATION: CWS impresstables2 (1.9.46); FILE MERGED
2007/08/01 14:29:09 cl 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED
2007/07/27 09:09:54 cl 1.9.46.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/backhdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/backhdl.cxx b/xmloff/source/style/backhdl.cxx index ca0b3b17abdf..b3e8565bbe07 100644 --- a/xmloff/source/style/backhdl.cxx +++ b/xmloff/source/style/backhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: backhdl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:35:04 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:49:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,9 @@ #include <xmloff/xmlelement.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |