diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:22:16 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:22:16 +0000 |
commit | d382a261bc37005e61540df83bf4817a3ca75a11 (patch) | |
tree | f8b816bfa1adf9c4c2c042aa7a601c6125299452 /ucb | |
parent | 7c4089c620ecf6e8bb7521762db2a8c68a7c8e0f (diff) |
INTEGRATION: CWS bgdlremove (1.8.108); FILE MERGED
2007/05/18 11:37:19 kso 1.8.108.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavprovider.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/webdavprovider.hxx b/ucb/source/ucp/webdav/webdavprovider.hxx index 21ad36ee20ac..4e3bd8726274 100644 --- a/ucb/source/ucp/webdav/webdavprovider.hxx +++ b/ucb/source/ucp/webdav/webdavprovider.hxx @@ -4,9 +4,9 @@ * * $RCSfile: webdavprovider.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:17:04 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:22:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,7 @@ namespace webdav_ucp { //========================================================================= -class ContentProvider : public ::ucb::ContentProviderImplHelper +class ContentProvider : public ::ucbhelper::ContentProviderImplHelper { rtl::Reference< DAVSessionFactory > m_xDAVSessionFactory; PropertyMap * m_pProps; |