From aa231d89c4192a1ba90173e702348c9cb283ab6b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 12:04:17 +0000 Subject: [PATCH] INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/15 07:55:46 fs 1.4.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:35 fs 1.4.68.1: #i57457# warning-free code --- forms/source/xforms/model_ui.cxx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/forms/source/xforms/model_ui.cxx b/forms/source/xforms/model_ui.cxx index c8c78f46c052..1cf2c7b12284 100644 --- a/forms/source/xforms/model_ui.cxx +++ b/forms/source/xforms/model_ui.cxx @@ -4,9 +4,9 @@ * * $RCSfile: model_ui.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:19:32 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:04:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -369,7 +369,7 @@ OUString Model::getNodeName( const XNode_t& xNode ) } OUString Model::getBindingName( const XPropertySet_t& xBinding, - sal_Bool bDetail ) + sal_Bool /*bDetail*/ ) throw( RuntimeException ) { OUString sID; @@ -392,7 +392,7 @@ OUString Model::getBindingName( const XPropertySet_t& xBinding, } OUString Model::getSubmissionName( const XPropertySet_t& xSubmission, - sal_Bool bDetail ) + sal_Bool /*bDetail*/ ) throw( RuntimeException ) { OUString sID; @@ -830,9 +830,11 @@ OUString lcl_serializeForDisplay( const Reference& xNodes ) sResult += lcl_serializeForDisplay( xAttr ); ++nAttributeNodes; } - continue; } - break; + continue; + + default: + break; } // append node