diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:24:41 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:24:41 +0000 |
commit | 3a65ea3af79a6397c8a11a3e1e27722b59fac90f (patch) | |
tree | a02942e9f5895261338a5dce7c2f8a7a26e04d7a /svtools/source/contnr/contentenumeration.cxx | |
parent | 888483363dcc51029fe3fe67dcb6da37f78d0549 (diff) |
INTEGRATION: CWS bgdlremove (1.7.168); FILE MERGED
2007/05/18 11:32:06 kso 1.7.168.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'svtools/source/contnr/contentenumeration.cxx')
-rw-r--r-- | svtools/source/contnr/contentenumeration.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx index 1a6911b8469b..f6f90278b247 100644 --- a/svtools/source/contnr/contentenumeration.cxx +++ b/svtools/source/contnr/contentenumeration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: contentenumeration.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:09:01 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:24:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,9 +125,9 @@ namespace svt using ::com::sun::star::ucb::XCommandEnvironment; using ::com::sun::star::beans::XPropertySet; using ::rtl::OUString; - using ::ucb::ResultSetInclude; - using ::ucb::INCLUDE_FOLDERS_AND_DOCUMENTS; - using ::ucb::Content; + using ::ucbhelper::ResultSetInclude; + using ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS; + using ::ucbhelper::Content; //==================================================================== //= FileViewContentEnumerator @@ -160,7 +160,7 @@ namespace svt m_pResultHandler = NULL; m_pTranslator = NULL; m_pFilter = NULL; - m_aFolder.aContent = ::ucb::Content(); + m_aFolder.aContent = ::ucbhelper::Content(); m_aFolder.sURL = String(); } |