fix the generally unused non-neon webdav MapDAVException

Change-Id: I82caa1686a8855c484050f129d5095f95eab7ece
This commit is contained in:
Caolán McNamara 2016-12-05 15:10:32 +00:00
parent 9277bd24f2
commit e100bb57d8

View File

@ -2028,7 +2028,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
aNewTitle.clear();
// Set error .
aRet[ nTitlePos ] <<= MapDAVException( e, true );
aRet[ nTitlePos ] = MapDAVException( e, true );
}
}