diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:51:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:51:33 +0000 |
commit | c3b97f6e19404b6c69820249bd9d317e2bd2ea0a (patch) | |
tree | 14e25626f550a02888e49cb0da02a86b6f7cc6a4 /xmloff | |
parent | 8afa9709d1f4e2ab829128847a20eb9bc43dbc67 (diff) |
INTEGRATION: CWS impresstables2 (1.12.70); FILE MERGED
2007/08/01 14:31:34 cl 1.12.70.2: RESYNC: (1.12-1.13); FILE MERGED
2007/07/27 09:09:54 cl 1.12.70.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/fonthdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/fonthdl.cxx b/xmloff/source/style/fonthdl.cxx index bde3f79e53de..8bcc848265cb 100644 --- a/xmloff/source/style/fonthdl.cxx +++ b/xmloff/source/style/fonthdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fonthdl.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:39:25 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:51:33 $ * * 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 <tools/string.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; |