From a15a221481ffef54de263d89a93a2bd52f8d2f94 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 11:45:45 +0000 Subject: INTEGRATION: CWS impresstables2 (1.8.120); FILE MERGED 2007/12/01 19:22:34 cl 1.8.120.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 23:55:21 cl 1.8.120.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 14:10:29 cl 1.8.120.1: #i68103# fixed namespace issues --- sw/source/ui/config/barcfg.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sw/source/ui/config/barcfg.cxx b/sw/source/ui/config/barcfg.cxx index ba064d8c1163..025f29541a4f 100644 --- a/sw/source/ui/config/barcfg.cxx +++ b/sw/source/ui/config/barcfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: barcfg.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-11-12 16:29:51 $ + * last change: $Author: rt $ $Date: 2008-03-12 12:45:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,9 +55,8 @@ #include using namespace utl; -using namespace rtl; -using namespace ::com::sun::star::uno; - +using rtl::OUString; +using namespace com::sun::star::uno; #define SEL_TYPE_TABLE_TEXT 0 #define SEL_TYPE_LIST_TEXT 1 -- cgit