diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:35:49 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:35:49 +0000 |
commit | 6d309917159c662b14ff917b1b90d1386201a824 (patch) | |
tree | b98ce44f5e49006abacce82aff5348a3adacd136 /sfx2 | |
parent | 5b9f22365851e0a60ec6159cd7b85f7c5bc4a590 (diff) |
INTEGRATION: CWS bgdlremove (1.122.6); FILE MERGED
2007/05/21 12:48:12 kso 1.122.6.2: RESYNC: (1.122-1.123); FILE MERGED
2007/05/18 11:26:26 kso 1.122.6.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index b94aa45511a0..2992bd15a211 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: newhelp.cxx,v $ * - * $Revision: 1.123 $ + * $Revision: 1.124 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:26:08 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:35:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -230,8 +230,8 @@ #include <objsh.hxx> #include <docfac.hxx> -using namespace ::ucb; -using namespace com::sun::star::ucb; +using namespace ::ucbhelper; +using namespace ::com::sun::star::ucb; using namespace ::com::sun::star; using namespace ::com::sun::star::beans; |