diff options
Diffstat (limited to 'ucb/source/ucp/webdav-neon/webdavcontent.cxx')
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index e9f5e4a761a2..92534b376201 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -241,7 +241,7 @@ Content::Content( } -// ctr for content on an non-existing webdav resource +// ctr for content on a non-existing webdav resource Content::Content( const uno::Reference< uno::XComponentContext >& rxContext, ContentProvider* pProvider, @@ -1977,7 +1977,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues( for ( const auto& rProppatchValue : aProppatchValues ) { aEvent.PropertyName = rProppatchValue.name; - aEvent.OldValue = uno::Any(); // @@@ to expensive to obtain! + aEvent.OldValue = uno::Any(); // @@@ too expensive to obtain! aEvent.NewValue = rProppatchValue.value; aChanges.getArray()[ nChanged ] = aEvent; |