From 01c7bd9fc6e06cc0548d173ad677c25c09cdb134 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 09:47:19 +0000 Subject: 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 --- xmloff/source/style/XMLFontStylesContext.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xmloff/source/style') 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 #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; -- cgit