diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:52:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:52:29 +0000 |
commit | 4eb463786175e39e689ccdb4b24161a3170f0883 (patch) | |
tree | 5422b0d79515c7c323dfc4e43cc6bec5d118e93e | |
parent | 98cdc1b7dfa4039deb7f7c918e11ded5e58ede37 (diff) |
INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED
2007/08/01 14:32:32 cl 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED
2007/07/27 09:09:54 cl 1.6.70.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r-- | xmloff/source/style/lspachdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/lspachdl.cxx b/xmloff/source/style/lspachdl.cxx index 5772673828d2..84d51295a494 100644 --- a/xmloff/source/style/lspachdl.cxx +++ b/xmloff/source/style/lspachdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lspachdl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:41:11 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:52:29 $ * * 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/xmlelement.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using ::xmloff::token::IsXMLToken; using ::xmloff::token::XML_CASEMAP_NORMAL; |