diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:33:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:33:53 +0000 |
commit | d48d54dcab9575bf9d1f40b2ed86e059dfadbd61 (patch) | |
tree | 5186a60d8f1ce47e9f6ab4611b4a4547822aef66 /desktop | |
parent | 6909016fdc5ebe06780df6b62d90542c68426d37 (diff) |
INTEGRATION: CWS ucbfixes04 (1.26.84); FILE MERGED
2007/12/05 15:32:20 kso 1.26.84.1: #i81743# - Supply title to transferContent() function to avoid problems
with redirected HTTP data sources.
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/manager/dp_manager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx index 37cd9c5cc513..2ee5e674cc9f 100644 --- a/desktop/source/deployment/manager/dp_manager.cxx +++ b/desktop/source/deployment/manager/dp_manager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dp_manager.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2007-07-26 08:54:34 $ + * last change: $Author: obo $ $Date: 2008-01-04 14:33:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -563,7 +563,7 @@ OUString PackageManagerImpl::insertToActivationLayer( } if (! destFolderContent.transferContent( sourceContent, ::ucbhelper::InsertOperation_COPY, - OUString(), NameClash::OVERWRITE )) + title, NameClash::OVERWRITE )) throw RuntimeException( OUSTR("UCB transferContent() failed!"), 0 ); // write to DB: |