diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:33:24 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:33:24 +0000 |
commit | bf62c143d5e239083e182bc0d0e6063fd45e63b3 (patch) | |
tree | 8822841b7806163941cd56aadb8077312622e143 /svx/source/dialog/impgrf.cxx | |
parent | 858950ffa4993d95c87cba6f9655f83a58a744a7 (diff) |
INTEGRATION: CWS bgdlremove (1.24.306); FILE MERGED
2007/05/18 11:33:53 kso 1.24.306.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'svx/source/dialog/impgrf.cxx')
-rw-r--r-- | svx/source/dialog/impgrf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/impgrf.cxx b/svx/source/dialog/impgrf.cxx index 5b65db33eac8..2ea7c72c7499 100644 --- a/svx/source/dialog/impgrf.cxx +++ b/svx/source/dialog/impgrf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: impgrf.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:16:47 $ + * last change: $Author: ihi $ $Date: 2007-06-05 14:33:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ #include <com/sun/star/ucb/CommandAbortedException.hpp> #endif -using namespace ::ucb; +using namespace ::ucbhelper; using namespace com::sun::star::uno; #include "dialogs.hrc" |