summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentprovider.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 13:48:46 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 13:48:46 +0000
commit4fb74e872e6ca76b2349242a5547ac80f6b185f4 (patch)
treefe56f0fa9bb63c6792c626726aa6b616fcc80466 /ucb/source/ucp/ftp/ftpcontentprovider.cxx
parente4be3e607aa6bfeeb4fe52a0b1560ab66e74fc15 (diff)
INTEGRATION: CWS ucbfixes06 (1.12.54); FILE MERGED
2008/01/21 12:23:00 kso 1.12.54.1: #i85139# - Adapted to changed ucbhelper API.
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentprovider.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentprovider.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentprovider.cxx b/ucb/source/ucp/ftp/ftpcontentprovider.cxx
index 8392547bf061..e6a3b7b09571 100644
--- a/ucb/source/ucp/ftp/ftpcontentprovider.cxx
+++ b/ucb/source/ucp/ftp/ftpcontentprovider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ftpcontentprovider.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ihi $ $Date: 2007-06-05 17:59:40 $
+ * last change: $Author: obo $ $Date: 2008-03-25 14:48:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,7 +170,10 @@ FTPContentProvider::queryContent(
rtl::OUString::createFromAscii("ftp"),
aURL.host(),
aURL.port().toInt32()))
+ {
xContent = new FTPContent(m_xSMgr,this,xCanonicId,aURL);
+ registerNewContent(xContent);
+ }
else {
Reference<XContentProvider>
xProvider(getHttpProvider());