#i114622# - Reverted wrong optimization.
This commit is contained in:
parent
35e1d466e8
commit
3f2ff25d28
1 changed files with 2 additions and 1 deletions
|
@ -1395,7 +1395,8 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
|
|||
|
||||
// For DAV resources we only know the Title, for non-DAV
|
||||
// resources we additionally know that it is a document.
|
||||
else if ( rType == DAV )
|
||||
|
||||
if ( rType == DAV )
|
||||
{
|
||||
//xProps.reset(
|
||||
// new ContentProperties( aUnescapedTitle ) );
|
||||
|
|
Loading…
Reference in a new issue