#i114622# - Reverted wrong optimization.

This commit is contained in:
Kai Sommerfeld 2010-10-21 17:46:55 +02:00
parent 35e1d466e8
commit 3f2ff25d28

View file

@ -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 ) );