summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 39323337d2de..931195e35f07 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -1448,7 +1448,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
{
// All properties obtained already?
std::vector< OUString > aMissingProps;
- if ( !( xProps.get()
+ if ( !( xProps
&& xProps->containsAllNames(
rProperties, aMissingProps ) )
&& !m_bDidGetOrHead )