diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 11:49:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 11:49:43 +0000 |
commit | 9bd32fc53f9a958fc6067ced7ff88113eec01075 (patch) | |
tree | 9c21445db202b0f6732d9de513e1b0143c202151 | |
parent | 0c80f3fc9b3b96340df055682932d0f5cbac2c62 (diff) |
INTEGRATION: CWS impresstables2 (1.47.20); FILE MERGED
2008/03/11 18:51:27 cl 1.47.20.5: RESYNC: (1.50-1.51); FILE MERGED
2008/02/24 00:23:00 cl 1.47.20.4: RESYNC: (1.49-1.50); FILE MERGED
2007/12/01 19:22:46 cl 1.47.20.3: RESYNC: (1.48-1.49); FILE MERGED
2007/10/12 00:11:20 cl 1.47.20.2: RESYNC: (1.47-1.48); FILE MERGED
2007/10/11 14:14:14 cl 1.47.20.1: #i68103# fixed namespace issues
-rw-r--r-- | sw/source/ui/fldui/fldmgr.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/fldui/fldmgr.cxx b/sw/source/ui/fldui/fldmgr.cxx index 7299ca8d6201..9c0b42fe5aa2 100644 --- a/sw/source/ui/fldui/fldmgr.cxx +++ b/sw/source/ui/fldui/fldmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fldmgr.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: obo $ $Date: 2008-02-26 14:24:43 $ + * last change: $Author: rt $ $Date: 2008-03-12 12:49:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -202,15 +202,15 @@ #include <fldui.hrc> #endif -using namespace ::rtl; +using rtl::OUString; +using namespace com::sun::star::uno; +using namespace com::sun::star::container; +using namespace com::sun::star::lang; +using namespace com::sun::star::beans; +using namespace com::sun::star::text; +using namespace com::sun::star::style; +using namespace com::sun::star::sdbc; using namespace ::com::sun::star; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::container; -using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::beans; -using namespace ::com::sun::star::text; -using namespace ::com::sun::star::style; -using namespace ::com::sun::star::sdbc; using namespace nsSwDocInfoSubType; /*-------------------------------------------------------------------- |