diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:47:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:47:19 +0000 |
commit | 01c7bd9fc6e06cc0548d173ad677c25c09cdb134 (patch) | |
tree | a0dddd562f478b70ee9fb93e5ebfdaf15e5c13f6 /xmloff/source/style | |
parent | 516a409bfdf0ad323d7a7c3e349769bbd8f63259 (diff) |
INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED
2008/03/11 18:21:27 cl 1.8.80.3: RESYNC: (1.9-1.10); FILE MERGED
2007/08/01 14:28:12 cl 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED
2007/07/27 09:09:54 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/XMLFontStylesContext.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLFontStylesContext.cxx b/xmloff/source/style/XMLFontStylesContext.cxx index b2c2a0474a11..a9124cfe0e73 100644 --- a/xmloff/source/style/XMLFontStylesContext.cxx +++ b/xmloff/source/style/XMLFontStylesContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLFontStylesContext.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2008-03-05 16:47:02 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:47:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,9 @@ #include <xmloff/XMLFontStylesContext.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; |