diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 11:45:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 11:45:45 +0000 |
commit | a15a221481ffef54de263d89a93a2bd52f8d2f94 (patch) | |
tree | 1a9aa55e673ac4751b3e7c852d6419e617289305 | |
parent | 25fad03f2b367384986cfffd2f7de57f32827336 (diff) |
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
-rw-r--r-- | sw/source/ui/config/barcfg.cxx | 9 |
1 files 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 <unomid.h> 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 |