summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-04-04 14:26:12 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-04-04 14:26:12 +0000
commit619488e55bbe662d8280e5957bc4475455fad4dc (patch)
treea69019f8f06ef78ead6514344429edd300857ee3 /ucb
parent4ac9e47585b1ed62154e35fb25deb8e6abf0cde4 (diff)
#85668# - Fixed setPropertyValues -> "Title" to adapt _path member
after exchange.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index e35a5c9f2075..111cf186c2fe 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: webdavcontent.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kso $ $Date: 2001-03-27 14:09:27 $
+ * last change: $Author: kso $ $Date: 2001-04-04 15:26:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1560,6 +1560,7 @@ void Content::setPropertyValues( const Sequence< PropertyValue >& rValues,
renameAdditionalPropertySet( xOldId->getContentIdentifier(),
xNewId->getContentIdentifier(),
sal_True );
+ initpath();
}
}
catch (DAVException&)