diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-03-12 11:54:45 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-03-12 11:54:45 +0000 |
commit | e78349d92f1016e6f7ab63dcfe7d61cd2a59faaa (patch) | |
tree | 5109fb53648c403e9b36aebaf2daa91135cf5c7f | |
parent | 4f52e0c0f7ea3db342f9df0a9ad9fe181ae043a2 (diff) |
INTEGRATION: CWS impresstables2 (1.11.400); FILE MERGED
2008/03/11 18:50:16 cl 1.11.400.3: RESYNC: (1.12-1.13); FILE MERGED
2007/10/12 00:25:38 cl 1.11.400.2: RESYNC: (1.11-1.12); FILE MERGED
2007/10/11 14:18:40 cl 1.11.400.1: #i68103# fixed namespace issues
-rw-r--r-- | sw/source/ui/shells/textdrw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/shells/textdrw.cxx b/sw/source/ui/shells/textdrw.cxx index e29eb9409a..d39eb53d69 100644 --- a/sw/source/ui/shells/textdrw.cxx +++ b/sw/source/ui/shells/textdrw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textdrw.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2008-03-07 16:31:49 $ + * last change: $Author: rt $ $Date: 2008-03-12 12:54:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ using namespace ::com::sun::star; -using namespace ::rtl; +using ::rtl::OUString; /*--------------------------------------------------------------------------- Beschreibung: ----------------------------------------------------------------------------*/ |