diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:53:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:53:38 +0000 |
commit | 703610f62fe0b39436f4b010e0c4844a32647ca6 (patch) | |
tree | 261ec402d4e54c525f424f7e2e930a4fb7e7311c /xmloff/source/style | |
parent | 7e43d1bff71ff0472f87d759c10eb4379e73c82d (diff) |
INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED
2007/08/01 14:33:54 cl 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED
2007/07/27 09:09:54 cl 1.5.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/shadwhdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/shadwhdl.cxx b/xmloff/source/style/shadwhdl.cxx index 0b09c78ad944..73009460ef79 100644 --- a/xmloff/source/style/shadwhdl.cxx +++ b/xmloff/source/style/shadwhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shadwhdl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:43:27 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:53:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,9 @@ #include <xmloff/xmltoken.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |