From 89356d8683220c8233e754868130833dd6fa1696 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 25 Jul 2008 05:34:03 +0000 Subject: INTEGRATION: CWS jl108 (1.64.2); FILE MERGED 2008/07/23 08:40:26 tkr 1.64.2.1: #i92021# also request unknown properties --- ucb/source/ucp/webdav/webdavcontent.cxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 03c6c127e02b..40d9d96a94d6 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: webdavcontent.cxx,v $ - * $Revision: 1.64 $ + * $Revision: 1.65 $ * * This file is part of OpenOffice.org. * @@ -1434,14 +1434,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues( ContentProperties::UCBNamesToHTTPNames( rProperties, aHeaderNames, - false /* bIncludeUnmatched */ ); - - // Note: Setting bIncludeUnmatched to true would provide - // support for obtaining arbitrary header values, but will - // result in additional network traffic (HEAD requests). - // For the moment it is okay only to support the header - // values which can be mapped to UCB properties (like - // "Content-Length" header <-> "Size" property) + true /* bIncludeUnmatched */ ); if ( aHeaderNames.size() > 0 ) { -- cgit v1.2.3