diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:52:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:52:46 +0000 |
commit | dc405fa839be65a41831f7ab763cd7a0c1bd2544 (patch) | |
tree | 6cf90d108979bbd2dbafb75823beaab25f430ce7 /xmloff/source | |
parent | 4eb463786175e39e689ccdb4b24161a3170f0883 (diff) |
INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED
2007/08/01 14:32:59 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED
2007/07/27 09:09:54 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/style/opaquhdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/opaquhdl.cxx b/xmloff/source/style/opaquhdl.cxx index fc31871bb323..799a65e49d2c 100644 --- a/xmloff/source/style/opaquhdl.cxx +++ b/xmloff/source/style/opaquhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: opaquhdl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:41:56 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:52:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,9 @@ #include <xmloff/xmluconv.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star::uno; using namespace ::xmloff::token; |