summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 13:49:04 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 13:49:04 +0000
commit76f45013da608d3e98a188ca1c0bc1e7ed2e8754 (patch)
tree340c79a95361d400ebc3ba3f0e45b0ec5a7a383e /ucb/source/ucp/gvfs
parent4fb74e872e6ca76b2349242a5547ac80f6b185f4 (diff)
INTEGRATION: CWS ucbfixes06 (1.7.48); FILE MERGED
2008/01/21 12:23:00 kso 1.7.48.1: #i85139# - Adapted to changed ucbhelper API.
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/provider.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/gvfs/provider.cxx b/ucb/source/ucp/gvfs/provider.cxx
index 80f7992684f4..b04afc5089b3 100644
--- a/ucb/source/ucp/gvfs/provider.cxx
+++ b/ucb/source/ucp/gvfs/provider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: provider.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2007-06-19 16:11:34 $
+ * last change: $Author: obo $ $Date: 2008-03-25 14:49:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -135,6 +135,7 @@ ContentProvider::queryContent(
try
{
xContent = new ::gvfs::Content(m_xSMgr, this, Identifier );
+ registerNewContent( xContent );
}
catch ( com::sun::star::ucb::ContentCreationException const & )
{