diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:22:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:22:42 +0000 |
commit | 95e7c2a2c18be382ca4beb1d77664c78cbc28c7e (patch) | |
tree | f7b57fc2f6fd7eeab48b15a260e3580fba71a400 /ucb | |
parent | eb63b7fffe91f9e9405c8d74b9044311d0f0e922 (diff) |
INTEGRATION: CWS bgdlremove (1.4.108); FILE MERGED
2007/05/18 11:37:19 kso 1.4.108.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavresultset.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/webdavresultset.hxx b/ucb/source/ucp/webdav/webdavresultset.hxx index adb13560c0b4..d5d273d7d7d8 100644 --- a/ucb/source/ucp/webdav/webdavresultset.hxx +++ b/ucb/source/ucp/webdav/webdavresultset.hxx @@ -4,9 +4,9 @@ * * $RCSfile: webdavresultset.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:17:36 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:22:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ namespace webdav_ucp { -class DynamicResultSet : public ::ucb::ResultSetImplHelper +class DynamicResultSet : public ::ucbhelper::ResultSetImplHelper { rtl::Reference< Content > m_xContent; com::sun::star::uno::Reference< |