From dc405fa839be65a41831f7ab763cd7a0c1bd2544 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 09:52:46 +0000 Subject: INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:32:59 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:54 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl --- xmloff/source/style/opaquhdl.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xmloff/source/style/opaquhdl.cxx') diff --git a/xmloff/source/style/opaquhdl.cxx b/xmloff/source/style/opaquhdl.cxx index fc31871bb323..799a65e49d2c 100644 --- a/xmloff/source/style/opaquhdl.cxx +++ b/xmloff/source/style/opaquhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: opaquhdl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:41:56 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:52:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,9 @@ #include #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star::uno; using namespace ::xmloff::token; -- cgit