diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-25 05:34:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-25 05:34:03 +0000 |
commit | 89356d8683220c8233e754868130833dd6fa1696 (patch) | |
tree | 31c4dd5d7e415d291c5138b4b3c66735c9fdc09e /ucb | |
parent | b7d59d1c820fd49334176695ef9e3f5fbdf8fb47 (diff) |
INTEGRATION: CWS jl108 (1.64.2); FILE MERGED
2008/07/23 08:40:26 tkr 1.64.2.1: #i92021# also request unknown properties
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
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 ) { |