diff options
-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&) |