From e7715837129d3134e37d191345f0b262b506396b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 11:51:02 +0000 Subject: INTEGRATION: CWS impresstables2 (1.72.80); FILE MERGED 2008/03/11 18:52:28 cl 1.72.80.4: RESYNC: (1.74-1.75); FILE MERGED 2007/12/01 19:22:53 cl 1.72.80.3: RESYNC: (1.73-1.74); FILE MERGED 2007/10/12 00:16:21 cl 1.72.80.2: RESYNC: (1.72-1.73); FILE MERGED 2007/10/11 14:15:48 cl 1.72.80.1: #i68103# fixed namespace issues --- sw/source/ui/index/cnttab.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/ui/index') diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 44e5e3ae5094..a20468e1f9f1 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cnttab.cxx,v $ * - * $Revision: 1.75 $ + * $Revision: 1.76 $ * - * last change: $Author: kz $ $Date: 2008-03-07 12:01:41 $ + * last change: $Author: rt $ $Date: 2008-03-12 12:51:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -201,8 +201,8 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::ui::dialogs; -using namespace ::rtl; +using namespace com::sun::star::ui::dialogs; +using ::rtl::OUString; using namespace ::sfx2; #ifndef _SVTOOLS_EDITBROWSEBOX_HXX_ -- cgit