diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:36:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:36:43 +0000 |
commit | 2df9849110ce4e8f7a15f631fa2d00eea40fe0c2 (patch) | |
tree | a7c5414a7a9b9545453036d24b5352dc40dfa1cf /ucb | |
parent | 0e6ff91af458179cc299247dfcb518156fbbc08d (diff) |
INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED
2005/11/10 17:15:27 pl 1.14.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonPropFindRequest.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/NeonPropFindRequest.cxx b/ucb/source/ucp/webdav/NeonPropFindRequest.cxx index a66899737803..511839f9d2a3 100644 --- a/ucb/source/ucp/webdav/NeonPropFindRequest.cxx +++ b/ucb/source/ucp/webdav/NeonPropFindRequest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: NeonPropFindRequest.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:12:26 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:36:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,8 +194,8 @@ extern "C" void NPFR_propfind_results( void* userdata, // ------------------------------------------------------------------- extern "C" int NPFR_propnames_iter( void* userdata, const NeonPropName* pname, - const char* value, - const HttpStatus* status ) + const char* /*value*/, + const HttpStatus* /*status*/ ) { OUString aFullName; DAVProperties::createUCBPropName( pname->nspace, |