From c83d8f2e2bc94b58703d158a00e32a3c7728db02 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 09:49:45 +0000 Subject: INTEGRATION: CWS impresstables2 (1.9.46); FILE MERGED 2007/08/01 14:29:43 cl 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.46.1: fixed build issues due to pch and namespace ::rtl --- xmloff/source/style/breakhdl.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/style/breakhdl.cxx b/xmloff/source/style/breakhdl.cxx index 09df4c128ae7..b7d2fb1aa155 100644 --- a/xmloff/source/style/breakhdl.cxx +++ b/xmloff/source/style/breakhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: breakhdl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:36:03 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:49:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,9 @@ #include #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::xmloff::token; -- cgit