From ab1a701d8d3b3c9098f9e74e709c742d3e39cb39 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 7 Nov 2007 09:04:23 +0000 Subject: INTEGRATION: CWS tkr05_SRC680 (1.56.18); FILE MERGED 2007/10/24 14:58:11 tkr 1.56.18.1: #31053# HTTPS WebDAV support (proxies) --- ucb/source/ucp/webdav/webdavcontent.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 77a4f93e6ac4..956bf72e5494 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: webdavcontent.cxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: rt $ $Date: 2007-07-03 12:14:36 $ + * last change: $Author: rt $ $Date: 2007-11-07 10:04:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1985,7 +1985,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues( { NeonUri sourceURI( xOldId->getContentIdentifier() ); NeonUri targetURI( xNewId->getContentIdentifier() ); - targetURI.SetScheme( rtl::OUString::createFromAscii( "http" ) ); + targetURI.SetScheme( sourceURI.GetScheme() ); xResAccess->MOVE( sourceURI.GetPath(), targetURI.GetURI(), sal_False, xEnv ); -- cgit