diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:53:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:53:54 +0000 |
commit | aa7f0df460ea3de45cdfdebcb17d7d9d9464620b (patch) | |
tree | 53cea6ce391232d24c6d6dc226b961b616a2c12e /xmloff/source/style/shdwdhdl.cxx | |
parent | 703610f62fe0b39436f4b010e0c4844a32647ca6 (diff) |
INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED
2007/08/01 14:34:11 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED
2007/07/27 09:09:54 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style/shdwdhdl.cxx')
-rw-r--r-- | xmloff/source/style/shdwdhdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/shdwdhdl.cxx b/xmloff/source/style/shdwdhdl.cxx index 28f3ea02328f..8f766fe4221b 100644 --- a/xmloff/source/style/shdwdhdl.cxx +++ b/xmloff/source/style/shdwdhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shdwdhdl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:43:56 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:53:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,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; |