diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:50:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:50:47 +0000 |
commit | 2c87ad6378eb3caa12084acdd15cd646481d1c60 (patch) | |
tree | 56737be2dd9a6b6d7e28a63705f4b45f1b1a5983 /xmloff/source/style | |
parent | 4d3525ee7d3555e7156aa075bed142ce797735b4 (diff) |
INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED
2007/08/01 14:30:48 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED
2007/07/27 09:09:54 cl 1.9.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/csmaphdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/csmaphdl.cxx b/xmloff/source/style/csmaphdl.cxx index 8287b16619f8..9285f3cf6f3d 100644 --- a/xmloff/source/style/csmaphdl.cxx +++ b/xmloff/source/style/csmaphdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: csmaphdl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:38:00 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:50:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,9 @@ #include <xmloff/xmlelement.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |