summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2010-10-21 17:46:55 +0200
committerKai Sommerfeld <kso@openoffice.org>2010-10-21 17:46:55 +0200
commit3f2ff25d286a2d751292e567850e2810061a1c85 (patch)
treed53f3df687525777142aca21c37cfc12677a3dac /ucb
parent35e1d466e889fe83744276dfda27a69fcd8acf23 (diff)
#i114622# - Reverted wrong optimization.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index b679b81b5d52..c58ba207199f 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -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 ) );