summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 11:51:02 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 11:51:02 +0000
commite7715837129d3134e37d191345f0b262b506396b (patch)
tree2727e8ae1b38f7571915f12173e591add6908528 /sw/source/ui/index
parent97760f79224d17e7240a7f3a0e2e6ad9b32ec552 (diff)
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
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/cnttab.cxx8
1 files changed, 4 insertions, 4 deletions
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_