summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-07 09:04:23 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-07 09:04:23 +0000
commitab1a701d8d3b3c9098f9e74e709c742d3e39cb39 (patch)
treed723b83a144023efa0ab317bbdd6f82a94b91777 /ucb
parentb67f3489af753f0ecc329fc88db8aaf43a2a3c77 (diff)
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)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx6
1 files changed, 3 insertions, 3 deletions
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 );