From 09506d2a230e454973b19d9db4c1b17fe895daeb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Mar 2008 13:58:43 +0000 Subject: [PATCH] INTEGRATION: CWS ucbfixes06 (1.18.54); FILE MERGED 2008/01/21 12:23:02 kso 1.18.54.1: #i85139# - Adapted to changed ucbhelper API. --- ucb/source/ucp/webdav/webdavprovider.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx index b2fd0998dd77..e90528a9973a 100644 --- a/ucb/source/ucp/webdav/webdavprovider.cxx +++ b/ucb/source/ucp/webdav/webdavprovider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: webdavprovider.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 18:22:00 $ + * last change: $Author: obo $ $Date: 2008-03-25 14:58:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -207,13 +207,13 @@ ContentProvider::queryContent( if ( xContent.is() ) return xContent; - // Create a new content. Note that the content will insert itself - // into providers content list by calling addContent(...) from it's ctor. + // Create a new content. try { xContent = new ::webdav_ucp::Content( m_xSMgr, this, xCanonicId, m_xDAVSessionFactory ); + registerNewContent( xContent ); } catch ( ucb::ContentCreationException const & ) {