summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 843e844b4462..3113b3c1f5f1 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -1786,7 +1786,6 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
// aEvent.NewValue =
std::vector< ProppatchValue > aProppatchValues;
- std::vector< sal_Int32 > aProppatchPropsPositions;
uno::Reference< ucb::XPersistentPropertySet > xAdditionalPropSet;
bool bTriedToGetAdditionalPropSet = false;
@@ -1961,10 +1960,6 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
// Property value will be set on server.
ProppatchValue aValue( PROPSET, rName, rValue.Value );
aProppatchValues.push_back( aValue );
-
- // remember position within sequence of values (for
- // error handling).
- aProppatchPropsPositions.push_back( n );
}
else
{