diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-04-04 14:26:12 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-04-04 14:26:12 +0000 |
commit | 619488e55bbe662d8280e5957bc4475455fad4dc (patch) | |
tree | a69019f8f06ef78ead6514344429edd300857ee3 /ucb | |
parent | 4ac9e47585b1ed62154e35fb25deb8e6abf0cde4 (diff) |
#85668# - Fixed setPropertyValues -> "Title" to adapt _path member
after exchange.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 5 |
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&) |